Product Version : | Feathers 3.0.0 |
States for text input components.
public static const DISABLED:String = "disabled"
Product Version : | Feathers 3.0.0 |
The disabled state, when the input is not enabled.
public static const ENABLED:String = "enabled"
Product Version : | Feathers 3.0.0 |
The default state, when the input is enabled.
public static const ERROR:String = "error"
Product Version : | Feathers 3.0.0 |
The state when the input has an error string.
public static const FOCUSED:String = "focused"
Product Version : | Feathers 3.0.0 |
The focused state, when the input is currently in focus and the user
can interact with it.
Sat Jun 18 2022, 02:58 PM -07:00