Noam Agosti
Joined
50 Experience
0 Lessons Completed
0 Questions Solved
Activity
I have a standard rails form with 2 fields:
- Metric type (number, percent, boolean)
- current metric value
If the metric type is boolean, I want to hide the input for metric value
Is there a really easy way to do this with stimulusjs?