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
We need to analyze all components to see how they are handling class and classes, especially with a root component like <Field> (ex. DateField, SelectField, etc).
Evaluate different approaches to setting class and classes
Make sure the component classes can be set using:
class
classes
settings()
Set .ComponentName class for top-level copmonents
Make sure does not conflict with settings(), especially for root elements (should be able to set Field settings (classes/defaults) on *Field components
...
The text was updated successfully, but these errors were encountered:
We need to analyze all components to see how they are handling
class
andclasses
, especially with a root component like<Field>
(ex.DateField
,SelectField
, etc).class
andclasses
class
classes
settings()
.ComponentName
class for top-level copmonentssettings()
, especially for root elements (should be able to setField
settings (classes/defaults) on*Field
componentsThe text was updated successfully, but these errors were encountered: