Skip to content

Commit ea73cdd

Browse files
committed
Fix #6808 "Clarify/update natural vs. full width controls in readonly modes"
- don't use the "natural" width in view modes
1 parent ce45f21 commit ea73cdd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

form-runner/jvm/src/main/resources/xbl/orbeon/date/date.xbl

-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@
450450
<xf:input
451451
id="input"
452452
ref="xxf:binding('fr-date-output')"
453-
class="fr-field-width-{fr:component-param-value('field-width')}"
454453
xbl:attr="xxf:readonly-appearance"
455454
xxf:format="
456455
DateSupport:formatReadonlyModeDate(

form-runner/jvm/src/main/resources/xbl/orbeon/time/time.xbl

-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@
402402
<xf:input
403403
id="input"
404404
ref="xxf:binding('fr-time-output')"
405-
class="fr-field-width-{fr:component-param-value('field-width')}"
406405
xbl:attr="xxf:readonly-appearance"
407406
xxf:format="
408407
TimeSupport:formatReadonlyModeTime(

0 commit comments

Comments
 (0)