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
All those components should base on the parent raw Input component, that we will need for the development of Nodes later on.
Also, the Input component itself should support validation similar to @mantine/form. Either we decide to use this library, or something else or develop our own from the validation hook.
Every Input is based on those parts:
Label
Description
The Input component itself
Error
The text was updated successfully, but these errors were encountered:
For the RadioGroupInput we will rather create a Radio component based on a React provider and also implement a RadioButton.
This will create the following possible structure for e.g. RadioCards:
The current input component is outdated. Therefore we planned to completely re-develop the input component and also split it into separate components.
All those components should base on the parent raw Input component, that we will need for the development of Nodes later on.
Also, the Input component itself should support validation similar to @mantine/form. Either we decide to use this library, or something else or develop our own from the validation hook.
Every Input is based on those parts:
The text was updated successfully, but these errors were encountered: