Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get marks value when onChange action triggered #854

Open
tanvir510 opened this issue Nov 24, 2022 · 1 comment
Open

How to get marks value when onChange action triggered #854

tanvir510 opened this issue Nov 24, 2022 · 1 comment

Comments

@tanvir510
Copy link

tanvir510 commented Nov 24, 2022

image
Please check above image, when i clicked on marked $75K, i want to get onChange value as $75K instead of value 3.

Check bellow my marks,

// Currency list
export const currencies = {
  0: '$0',
  1: '$25k',
  2: '$50k',
  3: '$75k',
  4: '$100k',
  5: '$125k',
  6: '$150k',
  7: '$175k',
  8: '$200k'
};

Thank you.

@pythonpioneer
Copy link

We can do this using the state when onChange is triggered.
From now, I am working on this issue (#854)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants