picker
Here are 636 public repositories matching this topic...
I'm using 0.26.10, but the type for ImagePickerResponse.fileName
in the current version has not changed:
export interface ImagePickerResponse {
// [other things...]
fileName?: string;
}
At least in the old version I'm using, fileName is sometimes null
, which goes agai
-
Updated
Sep 17, 2019 - Java
Describe the bug
There is no direct documentation about the customInput
value
and onChange
be overwritten by the DatePicker
To Reproduce
https://codesandbox.io/s/nervous-rhodes-2krxc
In the example site and documentation there is no mention to this
Expected behavior
I don't know if this is an expected behavior or a bug, if is expected, add to docs and examples
**Scr
-
Updated
Feb 17, 2020 - Swift
-
Updated
Jun 19, 2020 - Java
We're using the emojiIndex.search
function outside of Emoji Mart to provide autocompletions in a textarea. These are formatted similar to most other autocompletions, with the trigger character being a colon; e.g. :thu
-> :thumbsup:
As part of this, we'd like to ensure we correctly autocomplete emoticon-style emoji; e.g. :)
. The readme [explicitly notes Emoji Mart is the "only emoji pic
-
Updated
May 13, 2020 - Objective-C
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.
-
Updated
Jun 17, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
The project looks a bit weird if you only have .library selected for example, it negates the need for the bottom bar.
Describe the solution you'd like
Ability to hide the bottom bar, or have it hide automatically when only one item is selected
Let me know if you need more info.
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
Jun 3, 2020 - Objective-C
-
Updated
May 12, 2020 - Objective-C
-
Updated
Dec 14, 2019 - JavaScript
-
Updated
Jun 16, 2020 - Dart
真機build專案時出現了以下的錯誤, 模擬器正常
但開發帳號確實是有加的
Showing Recent Messages
:-1: Signing for "DKPhotoGallery-DKPhotoGallery" requires a development team. Select a development team in the project editor. (in target 'DKPhotoGallery-DKPhotoGallery')
Showing Recent Messages
:-1: Signing for "DKImagePickerController-DKImagePickerController" requires a development team. Select a development te
fetchGroup crashes
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.
When using on Samsung Note 9 Android P it crashes.
No virtual method centerCrop()Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears in /data/app/com.knaufsales-2opAlA_ZOcFgKXlvtj-Rmg==/base.apk)
I18N examples
中文文件需要
Separator not working, fixed by change '||' into '&&' -> logical error
Dropdown height hardcoded leading to missing height modal on dynamic options number, fixed by deleting height on style -> styling error
already created PR in : sohobloo/react-native-modal-dropdown#228
hope this help
-
Updated
May 3, 2020 - Java
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
Apr 2, 2020 - Java
And potentially seconds (if that feature is added).
I find that when working with times in the day, it's easy to reason about it when just using minutes as the value- as in the total minutes past 00:00
in the day. Its a nice single value to pass around and can easily be converted to hours and minutes again for display.
I will be using the separated out hours and minutes for now, but just t
Improve this page
Add a description, image, and links to the picker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the picker topic, visit your repo's landing page and select "manage topics."
Thank you for your work on pickadate!
As far as I can tell, pickadate works nicely with jQuery's slim build; if that is in fact the case (and long-term intent), it might be worth mentioning that.