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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Hello, I am trying to add to specific things, in a component.
1 - First, on the values, besides 'Label' and 'Value': The value needs to be a number, not a string. Also, I need to have two fields such as 'NA', and 'Set to 0' (the second one will force the value of that row to be always 0).
2 - Secondly, I would like to add a weight option (numeric), below "Values".
The image above illustrates what I want to do. However I tried but couldn't figure out how to do it.
I'm using the builder with the angular framework, and typescript instead of javascript.
I'm using formoptions to acess and edit wich values I want to ignore or use, but how can I add new custom ones?
Hello @sofiaisreis we would be happy to help you review this code as part of a support package. If you are interested in going down this road please write to [email protected] and I can discuss the options we have in place.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I am trying to add to specific things, in a component.
1 - First, on the values, besides 'Label' and 'Value': The value needs to be a number, not a string. Also, I need to have two fields such as 'NA', and 'Set to 0' (the second one will force the value of that row to be always 0).
2 - Secondly, I would like to add a weight option (numeric), below "Values".
The image above illustrates what I want to do. However I tried but couldn't figure out how to do it.
I'm using the builder with the angular framework, and typescript instead of javascript.
I'm using formoptions to acess and edit wich values I want to ignore or use, but how can I add new custom ones?
This is part of my html:
And my typescript code, to edit the radio component modal is:
The text was updated successfully, but these errors were encountered: