Richard Všianský

Results 17 issues of Richard Všianský

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? On Wizard page we have a step with a field, that...

**Scope**: Common select (possibly MUI) **Description** Working on [cascading select](https://github.com/data-driven-forms/react-forms/pull/1285) I found that the select fails when `noInputChange` is provided - but it should not be required. **Steps to reproduce**...

bug
common

**Scope**: Rendered **Description** Currently there are two issues with validators: 1) validators from the validator mapper are not being cached - this creates an inconsistent behavior 2) we need to...

bug
enhancement
renderer

**Scope**: Docs **Description** Update documentation: - [ ] form state manager details - [ ] form props - [ ] form state - [ ] field props - [ ]...

docs
State manager
v4

- [x] initialValues @rvsia https://github.com/data-driven-forms/react-forms/pull/702 - [x] debug @rvsia https://github.com/data-driven-forms/react-forms/issues/690 - [x] subscription https://github.com/data-driven-forms/react-forms/issues/693 - [ ] mutators (?) - do we need them? we can actually implement field array...

**RESERVED FOR RHOSC** **Scope**: All mappers **Description** Each mapper package has now a different local development playground. (`yarn start` in a package repository) A lot of schemas are duplicated. We...

common

**Scope**: Common/Form Template **Description** Our Common Form Templates are missing Form Level errors. https://final-form.org/docs/final-form/api#form_error This would need an additional research to get know how to show Form errors in each...

enhancement

**Scope**: FormEditor **Description** Currently, the live editor is disabled in the state manager branch.

Technical debt
State manager
v4

**Scope**: common **Description** `WizardContext` can get some enhancement in its API. i.e.: handleNext should not need any arguments to work. Also, I would like to explore skipping multiple steps.

**Scope**: PF4 mapper **Description** Validating is set to true **Schema** ```jsx const asyncValidator = () => new Promise((res) => setTimeout(() => res(), 1000)); export const wizardSchema = { fields: [...