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
Some Input.text should have the possibility to have no label. For example, the github issue title has no label, or the github search field has no label.
I understand we can use empty but as placeholder takes a Maybe, it could make sense to take a Maybe for label too.
The text was updated successfully, but these errors were encountered:
Some
Input.text
should have the possibility to have no label. For example, the github issue title has no label, or the github search field has no label.I understand we can use
empty
but as placeholder takes aMaybe
, it could make sense to take aMaybe
for label too.The text was updated successfully, but these errors were encountered: