Show placeholder inside the selects with value equal to label #137
Description
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/K9nOpSgwfeqVBYYEZOU4NWkjGB3d0Y -
So we have to make the same behaviour for Selects
- note that we have 2 kinds of issues for selects, for one select we are showing label even though there is no value and no cursor. But it should work as other fields.
-
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.