Skip to content

Commit 5d48301

Browse files
author
OpenShift Bot
authored
Merge pull request #1855 from spadgett/autocapitalize
Merged by openshift-bot
2 parents 8ad161e + 77585ee commit 5d48301

24 files changed

+108
-108
lines changed

app/views/_templateopt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>Parameters</h2>
3838
ng-blur="cleared = false"
3939
ng-trim="false"
4040
autocorrect="off"
41-
autocapitalize="off"
41+
autocapitalize="none"
4242
spellcheck="false"
4343
ng-attr-aria-describedby="{{parameter.description ? (paramID + '-description') : undefined}}">
4444
<a href=""
@@ -64,7 +64,7 @@ <h2>Parameters</h2>
6464
ng-blur="cleared = false"
6565
ng-trim="false"
6666
autocorrect="off"
67-
autocapitalize="off"
67+
autocapitalize="none"
6868
spellcheck="false"
6969
rows="6"
7070
ng-attr-aria-describedby="{{parameter.description ? (paramID + '-description') : undefined}}"></textarea>

app/views/add-config-volume.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>Add Config Files</h1>
8181
osc-unique="existingMountPaths"
8282
placeholder="example: /data"
8383
autocorrect="off"
84-
autocapitalize="off"
84+
autocapitalize="none"
8585
spellcheck="false"
8686
aria-describedby="mount-path-help">
8787
<div>
@@ -156,7 +156,7 @@ <h3>Keys and Paths</h3>
156156
osc-unique="itemPaths"
157157
placeholder="example: config/app.properties"
158158
autocorrect="off"
159-
autocapitalize="off"
159+
autocapitalize="none"
160160
spellcheck="false">
161161
<div class="has-error" ng-show="forms.addConfigVolumeForm['path-' + $id].$error.pattern">
162162
<span class="help-block">

app/views/attach-pvc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Volume</h3>
9494
osc-unique="existingMountPaths"
9595
placeholder="example: /data"
9696
autocorrect="off"
97-
autocapitalize="off"
97+
autocapitalize="none"
9898
spellcheck="false"
9999
aria-describedby="mount-path-help">
100100
<div>
@@ -123,7 +123,7 @@ <h3>Volume</h3>
123123
placeholder="example: application/resources"
124124
ng-pattern="RELATIVE_PATH_PATTERN"
125125
autocorrect="off"
126-
autocapitalize="off"
126+
autocapitalize="none"
127127
spellcheck="false"
128128
aria-describedby="sub-path-help">
129129
<div id="sub-path-help" class="help-block">
@@ -156,7 +156,7 @@ <h3>Volume</h3>
156156
maxlength="63"
157157
placeholder="(generated if empty)"
158158
autocorrect="off"
159-
autocapitalize="off"
159+
autocapitalize="none"
160160
spellcheck="false"
161161
aria-describedby="volume-name-help">
162162
<div>

app/views/catalog/catalog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 class="text-center">No images or templates.</h2>
3434
placeholder="Filter by name or description"
3535
class="search-input form-control"
3636
autocorrect="off"
37-
autocapitalize="off"
37+
autocapitalize="none"
3838
spellcheck="false">
3939
<button
4040
type="button"

app/views/catalog/category-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 class="text-center">No images or templates.</h2>
2929
placeholder="Filter by name or description"
3030
class="search-input form-control"
3131
autocorrect="off"
32-
autocapitalize="off"
32+
autocapitalize="none"
3333
spellcheck="false">
3434
<button
3535
type="button"

app/views/create/fromimage.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
ng-blur="shouldValidateName = form.appname.$dirty"
5151
class="form-control"
5252
autocorrect="off"
53-
autocapitalize="off"
53+
autocapitalize="none"
5454
spellcheck="false">
5555
</div>
5656
<div class="help-block">Identifies the resources created for this application.</div>
@@ -90,7 +90,7 @@
9090
aria-describedby="from_source_help"
9191
ng-model="buildConfig.sourceUrl"
9292
autocorrect="off"
93-
autocapitalize="off"
93+
autocapitalize="none"
9494
spellcheck="false">
9595
</div>
9696
<div ng-if="!(sourceURIinParams) && image.metadata.annotations.sampleRepo" class="help-block">
@@ -120,7 +120,7 @@
120120
type="text"
121121
placeholder="master"
122122
autocorrect="off"
123-
autocapitalize="off"
123+
autocapitalize="none"
124124
spellcheck="false"
125125
class="form-control">
126126
</div>
@@ -139,7 +139,7 @@
139139
type="text"
140140
placeholder="/"
141141
autocorrect="off"
142-
autocapitalize="off"
142+
autocapitalize="none"
143143
spellcheck="false"
144144
class="form-control">
145145
</div>

app/views/directives/_edit-command.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
required
1111
class="form-control"
1212
autocorrect="off"
13-
autocapitalize="off"
13+
autocapitalize="none"
1414
spellcheck="false">
1515
<!-- Args with newlines. -->
1616
<textarea ng-model="arg.value"
@@ -19,7 +19,7 @@
1919
required
2020
class="form-control"
2121
autocorrect="off"
22-
autocapitalize="off"
22+
autocapitalize="none"
2323
spellcheck="false">
2424
</textarea>
2525
<span as-sortable-item-handle class="input-group-addon action-button drag-handle">
@@ -47,7 +47,7 @@
4747
ng-attr-placeholder="{{placeholder || 'Add argument'}}"
4848
class="form-control"
4949
autocorrect="off"
50-
autocapitalize="off"
50+
autocapitalize="none"
5151
spellcheck="false">
5252
<span class="input-group-btn">
5353
<!-- Must be a link rather than a button so that enter submits the parent form when other
@@ -70,7 +70,7 @@
7070
ng-attr-placeholder="{{placeholder || 'Add argument'}}"
7171
class="form-control"
7272
autocorrect="off"
73-
autocapitalize="off"
73+
autocapitalize="none"
7474
spellcheck="false">
7575
</textarea>
7676
<div class="mar-top-md">

app/views/directives/_edit-probe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
type="text"
2929
placeholder="/"
3030
autocorrect="off"
31-
autocapitalize="off"
31+
autocapitalize="none"
3232
spellcheck="false"
3333
class="form-control">
3434
</div>

app/views/directives/create-secret.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
ng-model="newSecret.data.secretName"
2020
type="text"
2121
autocorrect="off"
22-
autocapitalize="off"
22+
autocapitalize="none"
2323
spellcheck="false"
2424
aria-describedby="secret-name-help"
2525
ng-pattern="nameValidation.pattern"
@@ -67,7 +67,7 @@
6767
ng-model="newSecret.data.username"
6868
type="text"
6969
autocorrect="off"
70-
autocapitalize="off"
70+
autocapitalize="none"
7171
spellcheck="false"
7272
aria-describedby="username-help">
7373
</div>
@@ -83,7 +83,7 @@
8383
name="passwordToken"
8484
ng-model="newSecret.data.passwordToken"
8585
autocorrect="off"
86-
autocapitalize="off"
86+
autocapitalize="none"
8787
spellcheck="false"
8888
aria-describedby="password-token-help"
8989
type="password"
@@ -187,7 +187,7 @@
187187
ng-model="newSecret.data.dockerServer"
188188
type="text"
189189
autocorrect="off"
190-
autocapitalize="off"
190+
autocapitalize="none"
191191
spellcheck="false"
192192
required>
193193
</div>
@@ -207,7 +207,7 @@
207207
ng-model="newSecret.data.dockerUsername"
208208
type="text"
209209
autocorrect="off"
210-
autocapitalize="off"
210+
autocapitalize="none"
211211
spellcheck="false"
212212
required>
213213
</div>
@@ -227,7 +227,7 @@
227227
ng-model="newSecret.data.dockerPassword"
228228
type="password"
229229
autocorrect="off"
230-
autocapitalize="off"
230+
autocapitalize="none"
231231
spellcheck="false"
232232
required>
233233
</div>
@@ -246,7 +246,7 @@
246246
name="dockerEmail"
247247
ng-model="newSecret.data.dockerMail"
248248
autocorrect="off"
249-
autocapitalize="off"
249+
autocapitalize="none"
250250
spellcheck="false"
251251
required>
252252
</div>

app/views/directives/deploy-image.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
placeholder="Image name or pull spec"
4242
class="form-control"
4343
autocorrect="off"
44-
autocapitalize="off"
44+
autocapitalize="none"
4545
spellcheck="false">
4646
<span class="input-group-btn">
4747
<button class="btn btn-default"
@@ -124,7 +124,7 @@ <h2>
124124
name="name"
125125
class="form-control"
126126
autocorrect="off"
127-
autocapitalize="off"
127+
autocapitalize="none"
128128
spellcheck="false">
129129
</div>
130130
<div class="help-block">Identifies the resources created for this image.</div>

app/views/directives/edit-config-map.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
placeholder="my-config-map"
1818
select-on-focus
1919
autocorrect="off"
20-
autocapitalize="off"
20+
autocapitalize="none"
2121
spellcheck="false"
2222
aria-describedby="config-map-name-help">
2323
</div>
@@ -67,7 +67,7 @@
6767
placeholder="my.key"
6868
select-on-focus
6969
autocorrect="off"
70-
autocapitalize="off"
70+
autocapitalize="none"
7171
spellcheck="false"
7272
aria-describedby="key-{{$id}}-help">
7373
</div>

app/views/directives/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
id="events-filter"
1414
ng-model="filter.text"
1515
autocorrect="off"
16-
autocapitalize="off"
16+
autocapitalize="none"
1717
spellcheck="false">
1818
<button
1919
type="button"

app/views/directives/osc-autoscaling.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ng-maxlength="nameValidation.maxlength"
1616
select-on-focus
1717
autocorrect="off"
18-
autocapitalize="off"
18+
autocapitalize="none"
1919
spellcheck="false"
2020
aria-describedby="hpa-name-help">
2121
</span>

app/views/directives/osc-file-input.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
ng-required="required"
3232
ng-disabled="disabled"
3333
autocorrect="off"
34-
autocapitalize="off"
34+
autocapitalize="none"
3535
spellcheck="false"
3636
ng-attr-aria-describedby="{{helpText ? helpID : undefined}}">
3737
</textarea>

app/views/directives/osc-persistent-volume-claim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
take-focus
7373
select-on-focus
7474
autocorrect="off"
75-
autocapitalize="off"
75+
autocapitalize="none"
7676
spellcheck="false"
7777
aria-describedby="claim-name-help">
7878
</span>

app/views/directives/osc-routing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
placeholder="my-route"
1818
select-on-focus
1919
autocorrect="off"
20-
autocapitalize="off"
20+
autocapitalize="none"
2121
spellcheck="false"
2222
aria-describedby="route-name-help">
2323
</span>
@@ -51,7 +51,7 @@
5151
ng-readonly="hostReadOnly"
5252
placeholder="www.example.com"
5353
autocorrect="off"
54-
autocapitalize="off"
54+
autocapitalize="none"
5555
spellcheck="false"
5656
aria-describedby="route-host-help">
5757
</span>
@@ -97,7 +97,7 @@
9797
ng-disabled="route.tls.termination === 'passthrough'"
9898
placeholder="/"
9999
autocorrect="off"
100-
autocapitalize="off"
100+
autocapitalize="none"
101101
spellcheck="false"
102102
aria-describedby="route-path-help">
103103
</span>

app/views/directives/osc-source-secrets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
type="text"
3030
placeholder="/"
3131
autocorrect="off"
32-
autocapitalize="off"
32+
autocapitalize="none"
3333
spellcheck="false">
3434
</div>
3535
<div class="remove-secret">
@@ -77,7 +77,7 @@
7777
type="text"
7878
placeholder="/"
7979
autocorrect="off"
80-
autocapitalize="off"
80+
autocapitalize="none"
8181
spellcheck="false">
8282
</div>
8383
<div class="remove-secret">

0 commit comments

Comments
 (0)