Component for rendering a OneBlink Form in read-only mode. By default, all
inputs are read-only. Pass editableFormElementIds with controlled
submission props (definition, submission, setFormSubmission,
executedLookups) to keep selected inputs editable. Selecting a form or
infoPage element makes all of its descendants editable. This component does
not render the submit, cancel or save draft buttons.
It is also recommended to import the css from this library as well.
Component for rendering a OneBlink Form in read-only mode. By default, all inputs are read-only. Pass
editableFormElementIdswith controlled submission props (definition,submission,setFormSubmission,executedLookups) to keep selected inputs editable. Selecting aformorinfoPageelement makes all of its descendants editable. This component does not render the submit, cancel or save draft buttons.It is also recommended to import the
cssfrom this library as well.Example