mirror of
https://github.com/nasa/openmct.git
synced 2025-05-01 00:10:32 +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-model="ngModel[field]"
|
||||
ng-pattern="ngPattern"
|
||||
size="{{structure.size}}"
|
||||
name="mctControl">
|
||||
</span>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user