NumberPicker icon indicating copy to clipboard operation
NumberPicker copied to clipboard

How to add custom numbers

Open SaqG opened this issue 4 years ago • 8 comments

I want it to show specific numbers, discontinuous

SaqG avatar Nov 18 '20 00:11 SaqG


SaqG avatar Nov 19 '20 02:11 SaqG

Did you get any solution?

HudsonJunior avatar Apr 14 '21 13:04 HudsonJunior

Can you give an example of why you'd need that?

MarcinusX avatar Apr 14 '21 13:04 MarcinusX

Can you give an example of why you'd need that?

I am receiving a list of numbers that is what i should show in the picker

"values": [
    -10,
    -5,
    -2.5,
    0,
    2.5,
    5,
    10,
    15
  ]```
  
  This is coming from an API, so can change.

HudsonJunior avatar Apr 14 '21 13:04 HudsonJunior

That's a valid use case :) I will reopen although I'm not sure when I'll be available to add this feature.

MarcinusX avatar Apr 14 '21 13:04 MarcinusX

That's a valid use case :) I will reopen although I'm not sure when I'll be available to add this feature.

Please, let me know

HudsonJunior avatar Apr 14 '21 13:04 HudsonJunior

@HudsonJunior you should be able to do that by using textMapper. Bit of hack though...

giorgenes avatar Jun 04 '21 08:06 giorgenes

#121

shayan-mk avatar Jul 21 '21 08:07 shayan-mk