It can be difficult for the user to understand that the suggested value in the dropdown that will turn in to a tag when selected is not a pre-populated value but rather is based on what they typed. While developers have the ability to customize Options, we could use the ability to customize that one Option specifically to help distinguish it.
I would like to propose a new prop on the Select component tagOptionRender
which would essentially be the same as optionRender
(same interface) but specifically for that new tag option.
For example, this would allow the developer to be able to convert something like "new tag" into "Create new tag..." using:
tagOptionRender={(value: string)=>`Create ${value}...`}
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too