Michał Kokociński
Michał Kokociński
Doesn't work for me as well. It ignores my global anchorOrigin setting and that's how i entered this thread
@yossimal95 Can you give the example? Development of `react-form-component` package has been reinitiated this month and i may consider adding new functions.
@yossimal95 RTL support added to version `2.8.0`. Activated by a dedicated theme typography setting: ``` ```
For error text labels, see `textLabels` part of the customizable theme object https://firflant.github.io/react-form-component/?path=/story/docs-theming--page
You can use `onChange` prop of a ``, which gives you access to all current values of whole form when they change. Some inputs also provides their own`onChange` prop, which...
@listvin You have to set field as mandatory to disable "All" option from selecting. But pointing madnatory fields happens on Form component level, not the input itself. Here is the...