Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Nov 12, 2023
1 parent 65d0a71 commit 216c59e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ export function onBlur() {
return (
<Autocomplete
left
value={0}
data={['AAA', 'BBB', 'CCC']}
// keep_value
keep_value_and_selection
// on_change={({ data }) => {
// console.log('on_change', data)
// }}
Expand Down

0 comments on commit 216c59e

Please sign in to comment.