All Questions
3 questions
1
vote
0
answers
724
views
Angular UI Bootstrap loses focus of field after selecting date
After user selects the date, I want to focus to stay on the calendar input field.
Currently, the focus will stay if the user selects "Today" "Clear" or "Close" but not if they select a date.
I ...
1
vote
1
answer
485
views
Datepicker In Bootstrap AngularJS
I have Datepicker directive in my application. There's today button on top as well. Well, now I want to show todays's date in the text box when one clicks on Today. How can I acheive that?
3
votes
3
answers
5k
views
ui.bootstrap.datepicker Clear button event
Currently using
https://angular-ui.github.io/bootstrap/#/datepicker
How can I hook up the clear button so that when it is clicked, I can be notified?
I like to something like when
Clear button ...