This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Show placeholder inside the selects with value equal to label #137
Labels
enhancement
New feature or request
In our form we have a common logic:
When there is no value inside the field we are showing a placeholder inside the field and we don't show label
When we put the cursor inside the field, we hide the placeholder and show the label above:
This way user always know what value they should enter into the field
But for Selects we don't follow this logic, and if there is no value, then we just show word
Select..
and we don't know what would we enter until we put cursor, see demo video https://monosnap.com/file/K9nOpSgwfeqVBYYEZOU4NWkjGB3d0YSo we have to make the same behaviour for Selects
We should fix this for Job Edit page and for Resource Booking edit page
Make this generally configurable, we have to be able to pass
placeholder
the same way like we do for other fields.The text was updated successfully, but these errors were encountered: