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

Input type number issue in updateDisputeForm #2

Open
goenkale opened this issue Oct 27, 2022 · 1 comment
Open

Input type number issue in updateDisputeForm #2

goenkale opened this issue Oct 27, 2022 · 1 comment

Comments

@goenkale
Copy link

The dispute.amount is a STRING so the input type number is not displaying.

Or you change the BDM attribute to Integer, Float, Double or the Input type to Text

@goenkale
Copy link
Author

If the BDM attribute is Double, in the Update Dispute task, Operation setAmount, you need to:
Double.parseDouble(disputeInput?.amount)

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

1 participant