+ Reply to Thread
Results 1 to 10 of 11

Thread: How to add price sepator?

Hybrid View

  1. #1
    Senior Member
    Join Date
    Sep 2019
    Location
    Australia mate.
    Posts
    164
    This page may help, although I have no real coding experience with regard to how to implement it into Flynax script.

    https://codepen.io/nfisher/pen/YYJoYE

  2. #2
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    267
    Quote Originally Posted by Graham Jupp View Post
    This page may help, although I have no real coding experience with regard to how to implement it into Flynax script.

    https://codepen.io/nfisher/pen/YYJoYE
    Hi Graham, thank you for the reference. I just looked at it and it still a bit off from my need. I need the system to add separator "," for thousands in the price field, in focus, while user typing. So they can see what they are inputing:
    1,000,000.

    In your reference, user still see 1000000 instead of 1,000,000. They can see 1,000,000 when the field is out focus.

  3. #3
    Senior Member
    Join Date
    Sep 2019
    Location
    Australia mate.
    Posts
    164
    This might get you in the right direction in that case:

    https://codepen.io/kdivya/pen/oxVeWz

  4. #4
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    267
    Quote Originally Posted by Graham Jupp View Post
    This might get you in the right direction in that case:

    https://codepen.io/kdivya/pen/oxVeWz
    Yes thats it. Thank you so much Graham,

    Can we apply this code to our flynax script?

  5. #5
    Senior Member
    Join Date
    Sep 2019
    Location
    Australia mate.
    Posts
    164
    Unfortunately I'm not a coder Tim but perhaps someone else can share how to implement. The Flynax guys sometimes offer the solution if it's nothing too complicated. Rudi?

  6. #6
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    267
    Quote Originally Posted by Graham Jupp View Post
    Unfortunately I'm not a coder Tim but perhaps someone else can share how to implement. The Flynax guys sometimes offer the solution if it's nothing too complicated. Rudi?
    Thanks Graham, you helped plenty

+ Reply to Thread