datepicker
Here are 724 public repositories matching this topic...
-
Updated
Mar 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
Apr 29, 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
I added the CalendarView in a ConstraintLayout which I set as the view in a DialogFragment. When the dialog is shown, you see the calendar but then the calendar flashes. Additionally if you scroll to the next month, that month also flashes. After the initial flash upon loading, it is not seen again (until a new instance of the dialog is created).
The CalendarView has its width and height set to
-
Updated
May 12, 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:
![Screenshot_20190626-135428](http
-
Updated
May 6, 2020 - JavaScript
If i select a future date in the From tab and i clicked on To tab. It is still showing current date as selected. The To tab value should be same or latter than The value selected in from tab.
I18N examples
中文文件需要
Expected Behavior / Goal
Not Getting callback if i click on first date and last date.
Actual Behavior
I
-
Updated
May 23, 2020 - JavaScript
-
Updated
Sep 20, 2019 - Objective-C
Vue2-datepicker version: 3.1.0
Vue version: 2.6.10
Browser: All
Steps to reproduce
Add disabled date and click on the month or year button
Reproduction Link or Source Code
https://jsfiddle.net/thd0b49w/
Expected behavior
In the version 2 the month and year where disabled and not clickable
Actual behavior
Even if every date in the month is disabled we
-
Updated
Apr 18, 2020 - Objective-C
Versions
- vue: 2.6.10
- vue-datetime: 1.0.0-beta.10
- luxon: 1.19.3
Description:
Feature Request
I don't see any template slot to be used to replace with default input field of datepicker.
It would be a good idea to provide a slot so we can provide ours on html for the date input field.
_What I really just want is an option to put a calendar icon to the right of date inpu
-
Updated
Feb 21, 2019 - JavaScript
Thank you for the library.
I updated to 1.3.0, removed SVG resources. But I had to keep old colors:
<color name="dateTimeRangePickerStateDefault">@color/blue_lagoon</color>
<color name="dateTimeRangePickerStateNonSelectable">@color/sail</color>
<color name="dateTimeRangePickerStateToday">@color/deep_sky_blue</color>
<color name="dateTimeRangePickerRangeTextColorInactive">@
-
Updated
May 13, 2020 - JavaScript
-
Updated
Nov 2, 2019 - JavaScript
Is there a way to use it with as an inline picker ? We need to always let the pickers visibles and not in absolute position.
Improve this page
Add a description, image, and links to the datepicker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datepicker topic, visit your repo's landing page and select "manage topics."
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?