Open The-x-35 opened 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.
The HoppSmartToggle component is another candidate that can be tackled in case you're interested.
HoppSmartToggle
https://github.com/hoppscotch/ui/blob/e3bab05e324f76557229508d218901e27f203a8f/src/components/smart/Toggle.vue#L18-L23
okay i will try and see what all i can do
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.