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
The problem is that #sudoModePassword (the text input) doesn't get is-invalid applied to its class list when it fails validation. This could be a difference in Bootstrap versions, maybe. This should be controlled by Reactstrap based on whether you pass valid:true|false as a component prop. We've seen problems with how it handles this versus invalid before, so maybe needs to be tinkered with a bit more.
I've tried to replicate this via the Reactstrap starter project they suggest you use to show your bugs when you report them, but wasn't able to with React 16, Bootstrap 4.3.
See #14 (review)
The text was updated successfully, but these errors were encountered: