You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is impossible to change a value title (visible text, that user will see when value is selected) via slots unlike DropDown (link)
Is your feature request related to a problem?
I know that i can pass a function into optionLabel prop, but what if i would like to use more complex markup than just text?
Other slots (e.g. option) doesn't have impact when value is selected and pop-up dialog is closed
Describe the solution you'd like
Add value slot like in DropDown component (link)
Describe alternatives you have considered
Alternatively, I can use DropDown with editable text
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently it is impossible to change a value title (visible text, that user will see when value is selected) via slots unlike DropDown (link)
Is your feature request related to a problem?
I know that i can pass a function into optionLabel prop, but what if i would like to use more complex markup than just text?
Other slots (e.g. option) doesn't have impact when value is selected and pop-up dialog is closed
Describe the solution you'd like
Add value slot like in DropDown component (link)
Describe alternatives you have considered
Alternatively, I can use DropDown with editable text
(from primefaces/primevue#4465)
Beta Was this translation helpful? Give feedback.
All reactions