buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

FormField Hint #1321

Closed veej closed 5 years ago

veej commented 5 years ago

Project card

Description

FormField shall be able to optionally render a short textual hint describing what's the expected value for the field (e.g. sample value or a short description).

Specs

The hint can be shown below the field or in a popover next to the field: image

In the latter case, it shall be possible to decide if the hint is rendered only when the field has the focus.