-
I have added the date range picker like below.
```
```
selectedDateRange is not set in the beginning.
` public selectedDateRange: { startDate: Moment, endDate: Moment };`
Initi…
-
For example, in russian "3 days" and "5 days" will be "3 дня" and "5 дней". It would be awesome to use i18n [from moment.js](http://momentjs.com/downloads/moment-with-langs.js), since jquery-date-rang…
-
I'm testing out jquery-date-range-picker for the first time today, and installed the latest `moment.js` (2.13.0) as per the requirement. Everything works magnificently, but my console is flooded with …
-
Setting the `locale` does not change e.g. month names in my case.
I am using `ember-cli-moment-shim` and did set `moment.includeLocales` to `true`.
If I access the jQuery DateTimePicker object and c…
maxhq updated
4 years ago
-
Error on line 1596 of vanilla-datetimerange-picker.js:
```
1596 start = moment(this.element.val(), this.locale.format);
```
should be:
```
1596 start = moment(this.…
-
Is it possible to disable the date selection toggle?
At the moment users can select a date using the picker, but if they reselect the same date it actually deselects it and nullifies / invalidates …
-
### The problem in depth
Can we finally consider adding a NumberField component to MUI?
This type of input is essential in most applications and it is about time this component is properly support…
-
At the moment, when one taps outside of the picker, it closes without calling the done handler, only pressing the done button calls it. Can you add an option to set the done handler also when one taps…
-
I had an older component that used the Angular Material Date picker. Based on a database value, the locale would be updated for the date picker. Upon installing the Angular Material Components Date Ti…
-
```
We need to implement 2 color pickers for the price of one.
1 - outline (col-o)
2 - fill (col-f)
We only use col-f at the moment.
There will be 2 flags per field so you'll know which one to enabl…