Nathan Vasse
ef4ece39b4
🐛 (react) fix label color on state disabled ( select, input )
...
When creating LabelledBox we introduced a bug than overrides the label
colors when inputs are disabled.
2023-05-24 16:49:49 +02:00
Nathan Vasse
75c6e2e482
💄 (react) change label color when focused ( select, input )
...
We forgot to implement this behavior when coding these inputs.
2023-05-24 16:49:49 +02:00
Nathan Vasse
270484c0e7
♻️ (react) make Input use LabelledBox
...
Let's use the power of reusability!
2023-05-12 11:13:38 +02:00
Nathan Vasse
feea284ec8
✨ (react) add Input component
...
Finally the first form component of the design system. It wraps and enhance
the native input element.
2023-04-25 11:28:32 +02:00
Nathan Vasse
1df3b82571
✨ (react) add a temporary TextInput
...
Even if we haven't started to work on a complete set of inputs
we need a generic Input to implement the "goto" feature on the
Pagination component. This component is not intended to be used
in by the librarie's dependent, so we mark it as "WIP" for the
moment.
2023-03-28 12:00:27 +02:00