OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 30 forks source link

Input "inverted" prop not working when using RTProvider #91

Closed alecrt closed 2 years ago

alecrt commented 2 years ago

Using inverted prop of react-northstar's Input component does not work when using RTProvider.

Css class "gg" is not applied to html input element.

thure commented 2 years ago

react-teams supports the inverted prop only indirectly; if using a Form component, that will render inputs with non-inverted styles, if using a FormDialog component, that will render inputs with inverted styles within a dialog.