-
Notifications
You must be signed in to change notification settings - Fork 82
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
improve type definition #76
Comments
Hey, thanks, why not pull request?
Thank you. |
You are wright :) About DropDownProps react-dropdown-select/src/components/Dropdown.js Lines 78 to 108 in cee760c
About Test |
Sorry, I'm a new user of GitHub. I don't know how to use pull request correctly. |
No problem at all. I just don't understand where JSX is imported from?
…On Thu, Feb 27, 2020, 9:45 AM 435352980 ***@***.***> wrote:
Sorry, I'm a new user of GitHub. I don't know how to use pull request
correctly.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#76?email_source=notifications&email_token=AACBLRSDHDFVY5UKJAFBYXDRE5VS3A5CNFSM4K37GMH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENDJWKY#issuecomment-591829803>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACBLRQSKIXUX3WHAUGYDLTRE5VS3ANCNFSM4K37GMHQ>
.
|
Cool, did not knew that. Thanks. |
Thank you! Published v4.1.1 Regarding PRs. Every time you clone a repository, make changes and try to commit them. Github will create a fork in your account and will suggest you to open a pool request. |
* origin/master: v4.2.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md FEATURE (props): add onDropdownCloseRequest prop to notify about clos… (#80) v4.1.1 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md FIX (types): types improvement by @435352980 closes #76 v4.1.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md Fixed an issue where top positioning would not work in portal mode (#77) closes #73 Thanks to @akdjr FIX (changelog): update changelog v4.0.1 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md FIX (props): fix prop type warnings (#75) thanks to @kkkrist DOCS (docs): fix docs and update packages FIX (ssr) [#66]: incompatible with SSR closes #66 (#72) CHORE (cleanup): cleanup unused v3.12.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md FEATURE (events) [#70]: Remove selected option on key press of backspace button, closes #70 (#71)
The text was updated successfully, but these errors were encountered: