fix(education): improve some settings to make champ education more reliable
This commit is contained in:
parent
fe37f1acfe
commit
91b398d039
4 changed files with 14 additions and 9 deletions
|
@ -67,7 +67,8 @@ export const RemoteComboBoxProps = s.assign(
|
|||
selectedKey: s.nullable(s.string()),
|
||||
minimumInputLength: s.number(),
|
||||
limit: s.number(),
|
||||
allowsCustomValue: s.boolean()
|
||||
allowsCustomValue: s.boolean(),
|
||||
debounce: s.number()
|
||||
})
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue