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
The text was updated successfully, but these errors were encountered:
GeoDaz
changed the title
Dropdown text is limited to text but should accept React.Node and Dropdown.Text is not available in TypeScript.
Dropdown text is limited to string but should accept React.Node and Dropdown.Text is not available in TypeScript.
Mar 21, 2025
Bug Report
DropdownProps.text?: string. It should accept React.Node
So to avoid it, I tried to use Dropdown.Text, but in Typescript it is not exported.
It is only in the JavaScript implementation (Dropdown.js).
The text was updated successfully, but these errors were encountered: