cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 ValuePicker

former_member253880
Participant
0 Kudos

Hi,

I'm looking for an SAPUI5 control which is working like the TimePicker with a kind of "value wheel". I like to choose a single value like temperatur.

I already tried to adapt the TimePicker control by changing the value- and time format to "mm" only. Unfortunately I still see the title "Minutes" on top of the value list.

Do you have an idea how to solve this problem? Maybe by extending the class sap.m.TimePicker?

Thank you for your answers in advance

Kind regards

Axel

Accepted Solutions (1)

Accepted Solutions (1)

former_member253880
Participant

Hi Hsia-Liang,

yes that is what I did now and it works pretty fine.

I had to extend the class TimePicker and TimePickerSilders in order to get ride of all the time and date formatings.

Thanks a lot.

Kind regards

Axel

Answers (1)

Answers (1)

0 Kudos

If you don't have a lot of values then wouldn't slider control will be a better choice?

If the requirements must be "value wheel" then extension to the TimePicker class is required in order to hide the minutes from the value list