-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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(datepicker): add date picker popup version #273
Comments
So is this resolved? If yes can I get an example to use this feature? |
I really need this in my project - is there anything I can do to help this along? |
@jhuntoo @sanjayjha i was unable look at it due to urgent project needs. For the time being we settled with ng2-datepicker. Hope that helps. |
Any update on this? |
+1. I would also love to get this feature. |
+1 for me as well. |
+1 |
2 similar comments
+1 |
+1 |
+1 please |
+1 |
3 similar comments
+1 |
+1 |
+1 |
plusone |
I like the same feature. Is it planed? |
yeap, just I after I will get modals working |
Thanks @valorkin. I require this for my project as well. Looking forward to using this. |
modals is working already, so I am working on datepicker popups |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Please stop post +1, this messes up our notifications... |
@exedor I seem to have your example with the popup over working together with @pnahtanoj css trick, but I used the
Perhaps this is a version difference? I'm using (Also: @pnahtanoj, thanks for the |
Is there a roadmap or a date from when the popup in the datepicker will be supported? |
I've done my pop up calendar using a few features:
|
Thanks for your response - good workaround, but if I click on the "next" or "previous" button in the month pane, then the drowdown/datepicker will be closed. Is there a simple way to avoid this behavior? |
@lexon0011 I solved this with |
So disappointed to see that this issue hasnt been fixed in a year :( |
Do you know any well working Angular 2+ datepicker alternative with popup "feature"? I think it's not worth relying on ngx-bootstrap as "top priority issue" hasnt been fixed in a year :/ |
@gardecki I've found this one https://www.npmjs.com/package/angular2-material-datepicker, when I was looking for this, I don't test it yet, since I skipped this part of the project to do other things more important. |
For my own project, I'm "wrapping" ng-bootstrap's datepicker in a custom component to achieve two-way binding with a date string, since that one can't handle date objects or strings, but has a nice popup. It's a hacky solution, I know, but there are no good alternatives yet that I know of. |
@gerdecki I'm using materialize-css. No need for an angular wrapper around it, you can easily create one yourself if you need one. |
Well I used kekeh mydatepicker.This served all my purpose |
@bubby248 I'm using too. But the ngx-mydatepicker. (from kekeh)
|
f-ing sh*t... 1 year and still nothing? this is a joke |
This is a free and open source project—you have paid nothing and are owed nothing. If you are unhappy with the progress, you can find an alternative, or make a fork and fix it yourself. |
+1 |
@ericocampos answer works, but it's missing
|
Are you still planning to do it ? |
There are already working version of datepicker in @next version, |
Popup datepicker * |
is it also available for the timepicker? |
Incrementing the @ericocampos and @eestein implementation's, because the 'popup' was closing on month navigation.. <div class="input-group" #dataAberturaInicio="bs-dropdown" dropdown [autoClose]="false">
<input id="dataAberturaInicio" type="text" class="form-control" readonly
value="{{consultaAvancadaForm.get('dataAberturaInicio').value | date:'dd/MM/yyyy'}}">
<div class="input-group-addon calendar-point" dropdownToggle>
<span class="fa fa-calendar"></span>
</div>
<div *dropdownMenu class="dropdown-menu dropdown-date">
<datepicker formControlName="dataAberturaInicio" [showWeeks]="false"
(selectionDone)="dataAberturaInicio.hide()"></datepicker>
</div>
</div> |
At the risk of "piling on", wondering what the current status of this issue is. |
Polishing https://valorkin.github.io/ngx-bootstrap/#/datepicker#examples |
working version is merged in development branch |
added :) new datepicker (new style and pop up version) |
and, forgive me for such long waiting time :( |
@valorkin Do we anything like standalone timepicker on popup? |
@valorkin i am trying to use the date-picker popup, instead of date-picker (as per our needs), but i am unable to make it work yet.
I was trying out to update the code, but could not make my changes successfully.
can i as for your suggestions, some pointers or approach to complete what is left in the popup.
The text was updated successfully, but these errors were encountered: