fix disabled input text color in light and dark theme; add disabled input to form example
This commit is contained in:
parent
7516c940f5
commit
ea918ff6da
3 changed files with 11 additions and 2 deletions
|
|
@ -345,6 +345,15 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
|||
min: 0,
|
||||
type: 'int'
|
||||
},
|
||||
{
|
||||
description: 'Input with text',
|
||||
value: 'Text'
|
||||
},
|
||||
{
|
||||
description: 'Disabled input with text',
|
||||
disabled: true,
|
||||
value: 'Text'
|
||||
},
|
||||
{
|
||||
description: 'Input with placeholder',
|
||||
placeholder: 'Placeholder'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue