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
I want to use <PowerSelectWithCreate> to have its create functionality, but I'd also like to use the @noMatchesMessage to display a message above the Create "X" option/button.
The problem lies in the fact that the suggested option is added to the results array, making the resultsCount greater than 0. When computing this. mustShowNoMessages, <PowerSelect> considers the suggested option as a result, when it shouldn't be.
The text was updated successfully, but these errors were encountered:
Hello! 👋
I want to use
<PowerSelectWithCreate>
to have its create functionality, but I'd also like to use the@noMatchesMessage
to display a message above theCreate "X"
option/button.The problem lies in the fact that the suggested option is added to the results array, making the
resultsCount
greater than 0. When computingthis. mustShowNoMessages
,<PowerSelect>
considers the suggested option as a result, when it shouldn't be.The text was updated successfully, but these errors were encountered: