Nico Rehwaldt
Nico Rehwaldt
__Is your feature request related to a problem? Please describe__ As a user I want to bind form input to readonly text, potentially formatted using Markdown. __Describe the solution you'd...
__Is your feature request related to a problem? Please describe__ In my form I'd like to show, hide, enable or disable elements based on the state of other elements. __Describe...
__Is your feature request related to a problem? Please describe__ In my form I'd like to have the ability to edit list elements. Example: A list of invoices that are...
__Describe the problem you're having__ Our import and export APIs are not aligned with our other toolkits, as they do not import raw text documents but parsed JavaScript objects. That...
__Is your feature request related to a problem? Please describe__ Importing a form schema requires the schema to be already parsed as in `JSON.parse`. This is different from our other...
__Is your feature request related to a problem? Please describe__ The form editor at this stage is not keyboard aware: While there is a visual selection that selection does not...
# Context We currently show the preview (highlighted in red) in [a quite hacky way](https://github.com/bpmn-io/form-js/blob/master/packages/form-js-editor/src/render/components/FormEditor.js#L303). Things like showing the default value in the preview aren't possible without showing an actual...
__What should we do?__ Fix our [post release steps](https://github.com/bpmn-io/form-js/runs/4845807470?check_suite_focus=true) to not fail if nothing in the examples changed. __Why should we do it?__ It should just work.
__Is your feature request related to a problem? Please describe__ When dragging a field we show a hover state over other elements: https://user-images.githubusercontent.com/938244/131629926-4ccad486-7bc9-41c7-ac33-582df7c83add.mov __Describe the solution you'd like__ Do not...
__Is your feature request related to a problem? Please describe__ In some environments displayed form data may be to large to load with the form. In such environments lazy loading,...