mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
docs: missing disabled in SelectExampleObjects
This commit is contained in:
@@ -4,7 +4,8 @@ const countries = [{
|
|||||||
value: 'US'
|
value: 'US'
|
||||||
}, {
|
}, {
|
||||||
name: 'Canada',
|
name: 'Canada',
|
||||||
value: 'CA'
|
value: 'CA',
|
||||||
|
disabled: true
|
||||||
}, {
|
}, {
|
||||||
name: 'Mexico',
|
name: 'Mexico',
|
||||||
value: 'MX'
|
value: 'MX'
|
||||||
|
|||||||
Reference in New Issue
Block a user