fix: render null opts for Value
This commit is contained in:
parent
88d35a6e2b
commit
a26c6cff5b
|
@ -29,7 +29,7 @@ const Value = ({
|
|||
<Component
|
||||
context={context}
|
||||
onChange={onChange}
|
||||
options={options}
|
||||
options={'function' === typeof options ? options() : options}
|
||||
type={type}
|
||||
value={value}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user