Top "Picker" questions

Synonym of selector or chooser.

Customising Wordpress Color Picker

Is there any way to customize the Wordpress 3.8 color picker (on the custom field types) to use only colors i …

wordpress colors color-picker picker
hour/minute picker for android countdown timer

I'm trying to implement something like a countdown timer that plays an alarm at 0. I want to be able to …

android user-interface timer picker countdown
How to select multiple values from Picker component in react-native?

react-native Picker component doesn't seem like providing multiselect option https://facebook.github.io/react-native/docs/picker.html#enabled But, I …

react-native picker
Why will React Native Picker not display on iOS?

I am trying to use the element in React Native. It works fine on Android but is not displaying on …

ios react-native picker
xamarin picker control selectedindexchange event raised only when done picking item

I am using an Xamarin.Forms.Picker control and handling the SelectedIndexChanged event. The user scrolls thru the items in …

c# xamarin xamarin.forms xamarin.ios picker
Selecting a number from user with multiple numbers when using the contact picker

I'm trying to allow a user to select a phone number from a contact using the contact picker. However, right …

android android-contacts phone-number picker contactscontract
Xamarin forms set Picker SelectedItem

I am working with a xamarin Forms. I am using Picker for DropDownList. How can I set selectedItem to Picker? …

c# asp.net xamarin picker
Contact picker in ios to get phone number

I need an option like image picker for picking contact and to display phone number i have managed to get …

ios swift xcode contacts picker
How to get value and label name from React Native Picker?

In my react native project, I have a picker that allow user to filter staffs by branch. I got the …

react-native picker
React Native Picker Select: How to auto-select an item but still be able to select others?

I'm using RNPickerSelect in my React Native app. I want to have three options: A B and C. I want …

reactjs react-native picker react-native-picker-select