Clearing Component Value e.g. typeahead
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 08:39 AM
Hey there,
I am filtering lists using the typeahead component. Once I am done with the filtered list I don't want to clear the typeaheads manually but instead use a button. I currently use the button to clear the corresponding client state parameters but did not find a way yet to also clear the typeahead. The same would benefit me for input components for example.
Thank you for your support
Labels:
- Labels:
-
Now Experience UI Framework
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 05:23 AM
I think I've done this with input fields in the past by binding a CSP to the value property on the field and then clearing it out when I'm done with it.