aor-dependent-input
aor-dependent-input copied to clipboard
A component for displaying input depending on other inputs values in Admin-on-rest
The DependentInput has weird behaviour with defaultValue and SelectInput example below when you click on the select it does not change value until you click on the same item again...
When paired with https://github.com/MhdSyrwan/aor-embedded-array, the field values are always undefined: Data: ``` { some_array: [ { type: 'other', name: 'Some Name' } ] } ``` Component: ``` const doResolve =...
Hi, I checked your example with your outer fetch, but I do not understand how to achieve a dependent input for a sub-resource, through AOR stateless functions (or not). The...