Noam Agosti

Joined

50 Experience
0 Lessons Completed
0 Questions Solved

Activity

I have a standard rails form with 2 fields:

  1. Metric type (number, percent, boolean)
  2. 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?