Heath C
Heath C
Does using the following work?: ``` let orderModalUISchema = { orderId: {"ui:options": { 'widget': 'hidden'} }, status: {"ui:options": { 'widget': 'hidden'} }, }; ```
@koh-osug If you were to take your custom widget and register it on the form with a unique key, then perhaps you will be able to refer to it by...
@SachinKotnala This is a popular request that requires quite a bit of work to build in a generic manner across all themes. Are you feeling ambitious enough to try build...
@priyank-R The main challenge to make this a standard feature in RJSF is the fact that every Theme has it own, differing, implementation of doing a grid. So to build...
Here is a [codesandbox](https://codesandbox.io/s/serene-tamas-w5yipd?file=/src/index.js) with the above example migrated to the latest 5.x release
@dany-nonstop @burks10 Hopefully this workaround solves your issue. If so, please close
This sounds like a nice feature AND I'm worried it will be too generic and cause some issues with performance. If you are willing to try to build the implementation...
@magaton are your schemas changing on the fly? If not, you can simply precompile the schema in your build and simply import it in your code. If it is changing...
@marcveens You are most welcome to do the work for this! If you have any questions you can either ask directly or show up for the Friday meetings listed in...
@osseonews You can either do it yourself or reach out to the author and ask them to do it