-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[IconMenu] Add open, onRequestChange properties, fix #2341 #2383
Conversation
I'm ok with this, but do you think |
I think 'escape' have more sense. Personally, I like the way that just send the event to user for him to decide. |
|
@@ -71,6 +71,12 @@ export default class IconMenus extends React.Component { | |||
desc: 'If true, menu will close after an item is touchTapped.', | |||
}, | |||
{ | |||
name: 'open', | |||
type: 'bool', | |||
header: 'default: true', |
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.
It's null
now.
I updated to |
👍 Do a rebase and make this a single commit, then we are good to merge. right? @oliviertassinari |
I rebased at begining of the PR @oliviertassinari |
@quangbuule I think you are missing a force push:
That will forcefully update your remote branch and clear the history. It will the look exactly like how you see it after you rebase locally |
I did |
@quangbuule Perfect 👍 |
[IconMenu] Add open, onRequestChange properties, fix #2341
Nice work 👍 👍 Thanks 😁 |
Hi,
This is an update of #2343
I rebased the branch to the latest upstream code.