fix: onFocus and onClick in Picklist triggered when it should not#2528
fix: onFocus and onClick in Picklist triggered when it should not#2528adrianestevez1 wants to merge 8 commits intomasterfrom
Conversation
Bug Fixes
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
|
Adrian Estevez seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Visit the preview URL for this PR (updated for commit eabf37f): https://react-rainbow--pr2528-fix-onfocus-on-pickl-qu5ciyj8.web.app (expires Thu, 29 Dec 2022 19:52:41 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2de6d670498a0a515484c5637b13d0215372df83 |
…to fix-onfocus-on-picklist-component
| value={state.value} | ||
| label="Select Building" | ||
| onClick={() => console.log('click')} | ||
| onFocus={() => console.log('focus')} |
There was a problem hiding this comment.
remove these console
|
Code Climate has analyzed commit eabf37f and detected 0 issues on this pull request. View more on Code Climate. |
fix: #2517
Changes proposed in this PR:
-fix: onFocus and onClick in Picklist triggered when it should not
@nexxtway/react-rainbow