You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this to create a currency field that prepended the "$" symbol. Everything worked well, but when I tried submitting the form it registered the field as invalid even though it was valid. Further testing showed that it tried to submit the "$" symbol along with the currency amount and I'm guessing this is why it considered the field as invalid. I tested this by prepending a number instead of a symbol and the form submitted fine but the submitted field value included the prepended number.
When using Kinoma to obtain the field value it strips off the prepended characters just fine, but it seems to have trouble doing this when the form is submitted.
I could not find any solution to this, so I went ahead and used the input-group feature from Bootstrap to add the currency symbol outside of the input field. However, it would be great to be able to submit forms using the prepend option from FCSA-Number in the future if possible.
The text was updated successfully, but these errors were encountered:
I used this to create a currency field that prepended the "$" symbol. Everything worked well, but when I tried submitting the form it registered the field as invalid even though it was valid. Further testing showed that it tried to submit the "$" symbol along with the currency amount and I'm guessing this is why it considered the field as invalid. I tested this by prepending a number instead of a symbol and the form submitted fine but the submitted field value included the prepended number.
When using Kinoma to obtain the field value it strips off the prepended characters just fine, but it seems to have trouble doing this when the form is submitted.
I could not find any solution to this, so I went ahead and used the input-group feature from Bootstrap to add the currency symbol outside of the input field. However, it would be great to be able to submit forms using the prepend option from FCSA-Number in the future if possible.
The text was updated successfully, but these errors were encountered: