-
Notifications
You must be signed in to change notification settings - Fork 186
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
LOOM-1668 backpack date picker fires change event on value change #3608
LOOM-1668 backpack date picker fires change event on value change #3608
Conversation
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
Browser supportIf this is a visual change, make sure you've tested it in multiple browsers. |
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
1 similar comment
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
a6eddf9
to
4f64849
Compare
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
4f64849
to
3fbe1f7
Compare
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
2 similar comments
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
17693f1
to
78f55e5
Compare
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
inputRef: React.RefObject<HTMLInputElement>; | ||
inputRef: (ref:HTMLInputElement) => void; | ||
|
||
myRef?: HTMLInputElement; |
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.
Might be worth changing this to be something like elementRef
just to keep confusion and wonder down so it doesn't look like a debugging variable :)
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.
Good shout! I've changed that now
a75c359
to
0a19d99
Compare
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
0e36897
to
994ca95
Compare
…event-on-value-change
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
Visit https://backpack.github.io/storybook-prs/3608 to see this build running in a browser. |
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.
I'm happy with this 👍
Remember to include the following changes:
[KOA-123][BpkButton] Updating the colour
README.md
(If you have created a new component)README.md