python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can display Picker item of firebase realtime using xamarain forms and add to firebase when select item
I want to display a picker items from firebase how can do this ?
<Picker x:Name="AppointmentPatientName" Title="Patient Name" >
<Picker.Items>
...
Ahed Hamad
Votes: 0
Answers: 2
How to change time picker's format independent of language
Anyone knows how I can use the AM/PM format of the time picker in any language?
The app has english & romanian languages, when in romanian the time picker it uses the 24 hour format, though I need...
adi
Votes: 0
Answers: 2
Buefy timepicker does not clear input
I have a project where I need to use Buefy timepicker. There is an input which contains the value selected in the picker. Everything works well except the input element which I thing should be cleared...
Čamo
Votes: 0
Answers: 1
Is it possible for material-ui's timepicker component to display to picked time within the opened dialog
I want to display the timepicker value as it changes on the TimePicker component dialog. Is that possible ? It should basically look the same as the StaticTimePicker component, except when it comes to...
coderdonezo
Votes: 0
Answers: 2