Closed nina-py closed 3 years ago
@kkyeboah, in this PR or generally? It's on my list. The reason I've been holding off for now is that the majority of those warnings come from generated types, and while I'm tweaking the queries I have to regenerate this file often. Any code I add is wiped out the next time I run the generating script. I was thinking about adding an issue to the GitHub repo of the package I'm using.
@nina-py In general, we should type-hint where we can. In this PR this is understandable. Thanks for bringing the switch back.
Goal
Add back the switch as it's part of the MVP.
Added styles for the custom switch.
Registered the switch (input field behind the scenes) with the form validation package.