You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after upgrading to v5, I noticed that the uiSchema prop passed to custom widgets is always devoid of the ui:style field, even if defined in the original uiSchema passed to the form. After digging in the code, I think it is omitted in SchemaField before reaching my component. Is it intentional?does this mean we can no longer have ui:style have any impact on the style of our components?