-
Notifications
You must be signed in to change notification settings - Fork 269
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
fix bug with Unit Input component not updating correctly #13780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry if I do not test but I'm having issues setting up my instance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@codyrancher @cnotv @mantis-toboggan-md I went through all of the Last review 🙏 |
To be entirely honest with you, I would rather never change anything that is not 100% covered and instead add an exception through a prop to change it. Especially that specific component. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* test fix * working on unit tests * remove console log * bump shell version * fix broken unit inputs * fix unit test
Summary
Fixes #13784
Occurred changes and/or fixed issues
UnitInput
component by reacting toupdate:change
Technical notes summary
Areas or cases that should be tested
Areas which could experience regressions
Screenshot/Video
Before
before.mov
After
after.mov
Checklist