๐ Linked issue
Resolves #1057, resolves #4239
โ Type of change
- ๐ Documentation (updates to the documentation or readme)
- ๐ Bug fix (a non-breaking change that fixes an issue)
- ๐ Enhancement (improving an existing functionality)
- โจ New feature (a non-breaking change that adds functionality)
- ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This PR adds a clear and clear-icon props to InputMenu and SelectMenu using Reka UI's ComboboxCancel component and resetModelValueOnClear prop introduced in unovue/reka-ui#2213.
This PR is pending for this fix unovue/reka-ui#2332 as it isn't working on SelectMenu on first load at the moment.
๐ Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.