datepicker
Here are 743 public repositories matching this topic...
-
Updated
Jun 12, 2020 - Java
Bug description:
Accordion Custom header demo does not follow WAI-ARIA Authoring Practices for accordion.
The title of each accordion header is contained in an element with role button.
Each accordion header button is wrapped in
Bug description
For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:
Plunker/StackBlitz that reproduces the issue
-
Updated
Sep 17, 2019 - Java
-
Updated
Feb 17, 2020 - Swift
In v8 we currently support only onDayClick. Other events are very common in date pickers and should be added to the Day component:
onDayMouseEnter,onDayMouseLeaveonDayKeyDown,onDayKeyUp,onDayKeyPress- touch events.
Notes
- These events are already supported in v7.
- Their signature should be the
'onclick' events are broken under iOS 13 wkwebview. More details here: facebook/react#17258
The solution is to use 'onTap' detection, which works with both click and all touch devices.
Good libraries for that :
https://github.com/GianlucaGuarini/Tocca.js
https://github.com/hammerjs/hammer.js/
On WebKit/Blink, a search input field (type="search") will show an "x" that clears the input.
Clicking this X when not the input field was not previously in focus triggers the datetimepicker popup, as you can see in this linked GIF, generated from JSFiddle.
The documentation mentions that an "opened" event will be fired when the calendar is opened, but this is not true, no such event exists.
-
Updated
Jul 13, 2020 - Vue
The icons are currently hard-coded.
There is already a keyboardIcon prop, but that one controls the icon in the input adornment. I don't really understand why that prop has "keyboard" in its name. It does not show a keyboard on the icon. And one would cli
-
Updated
Jul 11, 2020 - Kotlin
-
Updated
Jun 24, 2020 - Objective-C
Expected Behavior
When visiting the Shards UI demo page, using the left and right tooltip/popover examples places the info on the opposite of the expected side of the element.
Using data-placement="left" should place elements on the left. Similarly data-placement="right" should place elements on the right.
Current Behavior
Example screenshots:


I'd like to contribute to the documentation by adding some of the available options which are not currently documented on the site.
An example of that is the minuteIncrement config that I had dive into the documentation to find it myself. I'm sure a few people might have had a need for this but never found it.
Which repo do I need to fork to be able to contribute this to the documentation?