mirror of
https://github.com/nasa/openmct.git
synced 2025-05-01 16:29:57 +00:00
[Forms] Allow textfield size to be specified
Allow specification of size per-textfield from toolbar structure definitions; WTD-684.
This commit is contained in:
parent
fa9df65ddf
commit
4b51c37067
@ -4,6 +4,7 @@
|
|||||||
ng-required="ngRequired"
|
ng-required="ngRequired"
|
||||||
ng-model="ngModel[field]"
|
ng-model="ngModel[field]"
|
||||||
ng-pattern="ngPattern"
|
ng-pattern="ngPattern"
|
||||||
|
size="{{structure.size}}"
|
||||||
name="mctControl">
|
name="mctControl">
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user