mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 12:48:14 +00:00
[Forms] Handle disabled state generally
Handle disabled state for items in a toolbar generally, instead of only in buttons. WTD-684.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/*global define*/
|
||||
/*global define,window*/
|
||||
|
||||
define(
|
||||
[],
|
||||
@ -21,6 +21,7 @@ define(
|
||||
description: "X coordinate",
|
||||
control: "textfield",
|
||||
pattern: "^\\d+$",
|
||||
disabled: true,
|
||||
size: 2,
|
||||
key: "x"
|
||||
},
|
||||
|
Reference in New Issue
Block a user