-
Currently the behavior of calling "Focus" to open the picker dialogs is broken on Android because of this [PR](https://github.com/dotnet/maui/pull/8913). That behavior has always been a bit of a hack…
-
Hi.
I want to just let some dates availables to select. How can I use that function beforeShowDay?
I used to do something like that years ago :laughing:
```
beforeShowDay : function(date){
var …
-
#### Feature Description
At the moment, the component that is used by the [`MatDatepickerBase._openAsDialog`](https://github.com/angular/components/blob/dfdf5cf7574a201b98b7e35ce770984527c790ee/src…
-
The package was working just fine and after a while stop working throwing the error in the title, I saw this error was reported in the past as well, and supposed to be fixed but is happening to me ag…
-
### Summary
Often when I search for something on the MUI docs through the Algolia search (Strg + K), I'm presented irrelevant search results for the Toolpad components first.
It'd be great to have…
-
**Vue2-datepicker version**:
**Vue version**:
**Browser**:
Chrome, Firefox
**Actual behavior**
When the component is disabled, this one is not stylized such as disabled. Then, it seems that can…
-
Hi,
Is there a way to not make the keyboard appear on mobile? Once I click/touch a datepicker input, the mobile keyboard shows up and user experience is really bad. I can type a date or letters eve…
-
![datePicker](https://user-images.githubusercontent.com/28975892/76930101-111e5e80-6929-11ea-8ac1-f7f0e78d104b.png)
## Version
"nuxt": "^2.0.0",
"@toast-ui/vue-calendar": "^1.1.1"
## Cu…
-
We are using the moment-hijri in a datepicker component. There we have noticed that if we try to get a date of 1501 or above it returns NaN. Infact I can see the comments in js also that it will retur…
-
When focusing the date picker, it should be possible to automatically select the text that is in the component, similarly to what `textField.setAutoselect(true)` does.
A workaround exists by adding…