Zum Hauptinhalt gehen

Not displaying thousands separator Number Slider

Kommentare

2 Kommentare

  • Nico Burgerhart

    Answering my own question, thanks Berend Veldkamp for suggestion.

    You can set the format in the Load event with a Set Form Element Property, use Name=format and for Value the following:

    ={
    "displayFormat":"f",
    "lowerBound": 2000,
    "upperBound": 3000,
    "step": 50,
    "precision": 0
    }

     

    0
  • Nico Burgerhart

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.