Open anna-geller opened 1 week ago
/assign
@Pk9697 Why don't we close the other issue you're assigned to first, and then you can take over this one.
/assign
@SanjyotX I assigned you to another one minutes ago, let's go one by one, when that is completed, I'm perfectly happy with you taking over this one, also.
Hii @anna-geller i wanted to contribute to this work, can it be assigned to me ?
Hey @anna-geller @MilosPaunovic I added an isRadio field to SelectInput.java to identify radio button inputs. In InputsForm.vue, I have included a condition to render el-radio-group when input.isRadio is true.
Please review the changes when you have a chance. Thanks!
could you link your PR?
Hey @Skraye @anna-geller @MilosPaunovic please go through my PR once and let me know if any changes are required thanks!
Hii Team, @Skraye @anna-geller @MilosPaunovic @Ben8t Wishing you all a very happy Diwali. Hope you have a wonderful celebration. When you have a moment , could you please take a look at my PR and let me know if any adjustments are needed ? Thanks so much.
Feature description
Using this flow:
You can see the SELECT will be by default shown as a dropdown:
For some use cases, a radio button might be more desirable. We can add an ENUM option
displayType: RADIO_BUTTON
:DROPDOWN
should stay as the default option as it's more compact.Note: Adding the ENUM property has a small backend part.