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
Currently we map components by widget. It may be better to split it by two levels:
type: string, boolean, object, array...
then widget
It would allow more generic typing at the library level (only for type), then each consumer can have the subtypes it needs. For example a specific widget for { type: "string", widget: "password" }.
The text was updated successfully, but these errors were encountered:
Currently we map components by
widget
. It may be better to split it by two levels:type
: string, boolean, object, array...widget
It would allow more generic typing at the library level (only for
type
), then each consumer can have the subtypes it needs. For example a specific widget for{ type: "string", widget: "password" }
.The text was updated successfully, but these errors were encountered: