-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
feat(material/tooltip): be able to customize the longpress delay #27512
feat(material/tooltip): be able to customize the longpress delay #27512
Conversation
Can you guys point me how to update your docs according to the API change that i've made? I don't see a command for that |
@andrewseguin @wagnermaciel @crisbeto any update on this one? |
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 for the really long delay here. The change LGTM, but can you rebase and run yarn approve-api tooltip
and commit the changed file?
ef07a6b
to
90b623c
Compare
Thanks @crisbeto, done |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Right now it is not possible to customize the delay for the longpress on touch devices. Sometimesit might be desirable to use other value than 500ms, adding this as a
touchLongPressShowDelay
option forMAT_TOOLTIP_DEFAULT_OPTIONS