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
In some situations, like a dropdown menu, is not necessary to show the selected value at first. For example, only showing the icon and, when clicked, show the dropdown with the selected value.
Suggested solution 💡
For example, adding a property like hideValue, that conditionally renders inputLabel.
Description 📝
In some situations, like a dropdown menu, is not necessary to show the selected value at first. For example, only showing the icon and, when clicked, show the dropdown with the selected value.
Suggested solution 💡
For example, adding a property like hideValue, that conditionally renders inputLabel.
engine_ui-components/packages/core/src/components/Dropdown/index.ts
Line 310 in f2d0228
Alternative ⛕
No response
Additional context ☝️
No response
Validations ✅
The text was updated successfully, but these errors were encountered: