"labelledBy" prop does not change the placeholder
usaidsherwani opened this issue · 4 comments
usaidsherwani commented
Hi, I am using react-multi-select-component 4.2.4 and I am facing an issue that when I try to change the placeholder by given prop "labelledBy" it does not change the output. It always shows the default placeholder which is "select...".
When I inspect on browser I saw there is a <span class="gray">Select...</span>
which always trigger and ignore whatever value I set in prop "labelledBy". I have attached a screenshot as well in which my "aria-labelledBy" value is "select badgeeeee".
SherothKar commented
I'm also facing the same issue. Let me know once it's fixed.
harshzalavadiya commented
usaidsherwani commented
Duplicate of #429
@usaidsherwani @SherothKar please see below answer
Oh! thank you so much. It solved the problem :D :D
SherothKar commented
Thank You! ✌️