I have seen this behavior in my application and was able to replicate in the playground
I am attempting to control the display/lack of of Array fields with no success. Adding a "ui:widget" : "hidden" to a field of type array does not hide the field. It does, however, hide the title if there is any.
I was expecting the field to disappear however it doesn't
The title is the only thing that seems to go away
I am using 0.33.3
Hiding widgets is only supported for
boolean,string,numberandintegerschema types;
Closing. Please reopen with a PR if you plan to work on implementing this feature :)
Is there a work around to eliminate a string from my uischema?
I want the ui elements to not be shown.
I don't need the data either.
Thanks.
similar use case, we just need to specify an empty list and so it makes no sense for the user to have to see it on the form