Hi,
i know the inputmap is deprecated and will be removed in the future. We use the inputmap in a lot of places and make heavy use of some provided props that are not available anymore in the widgetmap.
Are there instructions how to migrate from inputmap to widgetmap or are there plans to provide them once it is removed?
Thanks!
Cheers,
Tobi
Hi,
please have a look at the migration instructions for 2022.06-ext here: GetA12 Login
TLDR: the basic idea is that you use the FormModelMap to wrap a ContextProvider around specific controls.
The underlying widgets that are used to build the control can then be customized with the WidgetMap and are able to read the ControlProps from the context
Sorry i haven’t seen that there were already instructions in the documentation. Thank’s for your answer!