-
```
This is a contribution not an issue, but I couldn't find a mailing list or
other way of contributing?
I needed the ability to delete files by time and to copy between buckets.
So I've added it.
…
-
The datepicker dates are hard to see as seen on the screenshot below
![image](https://github.com/user-attachments/assets/c12e4d41-90eb-4a81-a828-99123a7d2b07)
-
Hi
**this is NOT the ISSUE**
i added new lines to multiDatesPicker options for select date range withoust range ( Limit ).
steps
1.select first date normaly
2.press end Date with SHIFT key
he…
dinum updated
6 years ago
-
I use View-Model-Controller for my angular project
In controller:
```
angular
.module('ngBootstrap')
.controller('SampleCtrl', SectionController);
SectionController.$inject = ['$scope', 'se…
-
### Overview
Based on usability testing, we want to make the date range text boxes function similarly to the calendar dropdown button so that users can access the calendar more easily.
### Actio…
-
```
This is a contribution not an issue, but I couldn't find a mailing list or
other way of contributing?
I needed the ability to delete files by time and to copy between buckets.
So I've added it.
…
-
```
This is a contribution not an issue, but I couldn't find a mailing list or
other way of contributing?
I needed the ability to delete files by time and to copy between buckets.
So I've added it.
…
-
(optional) mode to not select when using the arrow keys. apply a different cls (similar the today cls) and select on enter.
config: selectOnNavigate sounds good to me.
tobiu updated
1 month ago
-
boolean, default false.
true should set the components value onNavKeyRow & Column.
important for the calendar.
tobiu updated
1 month ago
-
Currently components are handling props in different ways (e.g. with `v-bind` + `watch` or `v-model`). it would be better to have a consistent idiom for the way(s) that components handle props. This…