hoppscotch / ui

https://ui.hoppscotch.io
https://ui.hoppscotch.io
20 stars 11 forks source link

Solving #23 Issue in the checkbox component, it is not showing the code correctly and showing a error message #24

Open The-x-35 opened 3 months ago

The-x-35 commented 3 months ago

Solving #23 Made the checkbox on by default in the checkbox component and remove the ref which was causing the error. I have tested the code and it works.

image
jamesgeorge007 commented 2 months ago

The HoppSmartToggle component is another candidate that can be tackled in case you're interested.

https://github.com/hoppscotch/ui/blob/e3bab05e324f76557229508d218901e27f203a8f/src/components/smart/Toggle.vue#L18-L23

The-x-35 commented 2 months ago

okay i will try and see what all i can do