-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Tibing feature/datepicker #732
Conversation
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.
Let's add docs about focusing in datepicker
@@ -114,6 +115,64 @@ export class NbHintTriggerStrategy extends NbTriggerStrategy { | |||
hide$: Observable<Event> = observableFromEvent(this.host, 'mouseleave'); | |||
} | |||
|
|||
|
|||
/** | |||
* Creates open and close events streams, the toggle is empty. |
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.
The toggle event was completely removed from triggers. But comments about toggle trigger still exist. Could you please remove all the mentions of the toggle trigger from this file.
Please read and mark the following check list before creating a pull request:
Short description of what this resolves: