Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Widgets: StyleableInput #126

Open
elbakerino opened this issue Mar 31, 2021 · 0 comments
Open

New Widgets: StyleableInput #126

elbakerino opened this issue Mar 31, 2021 · 0 comments
Labels
material-ui About the material-ui design-system widget
Projects

Comments

@elbakerino
Copy link
Member

elbakerino commented Mar 31, 2021

Using UI-Schema to build custom forms, requires sometimes the usage of TextFields without label, in different/inherited styles.

For some widgets that should be just some refactoring, but for others a split-up to BaseComponents should make more sense in general.

  • e.g. input that supports inheriting the style from <Typography>
    • without label should be easy with InputBase
    • with label, the label shouldn't be the inherited style, but "visually compatible", so maybe not possible
  • a11y labeling maybe like at TextFieldCell
  • optional tooltip for not-only a11y labeling
@elbakerino elbakerino added material-ui About the material-ui design-system widget labels Mar 31, 2021
@elbakerino elbakerino added this to To do in ui-schema via automation Mar 31, 2021
@elbakerino elbakerino changed the title New Widgets: Plain Style New Widgets: StyleableInput Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
material-ui About the material-ui design-system widget
Projects
ui-schema
  
To do
Development

No branches or pull requests

1 participant