fix(education): improve some settings to make champ education more reliable

This commit is contained in:
Paul Chavard 2024-07-12 16:30:43 +02:00
parent fe37f1acfe
commit 91b398d039
No known key found for this signature in database
4 changed files with 14 additions and 9 deletions

View file

@ -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()
})
)
);