Closed amgohan closed 8 years ago
@amgohan I think this likely makes sense as an option. Can you tell me more about the configuration you are using? Is it a multiselect or tag input?
this is what we use now
<Select placeholder="Select something"
dataSource={data}
onChange={this.change}
searchable={true}
clearable={false} />
the behaviour we want : every time we expand the drop down we want to start from scratch for filtering (no filter applied and focus on the input)
@amgohan Sure. I can make that an option. I will try to get it done in the next day or two
Thanks, by the way you did an awesome work in this component
@amgohan Thank you! Very glad to have people finding it useful
@amgohan Still working on this. Just wanted to let you know
@alsoscotland thanks for the update
Can you add an option to be able to clear the search input and reset the filter after selecting an Item.
Use case :
we want to clear the input and reset the filter after the first select.