Marcel Garus
Marcel Garus
I'm pretty confident in the edits I made and tested the widget superficially, but be sure to do some thorough testing before merging it in the base branch.
@thangmam As far as I'm aware, only the repo maintainer can add contributors or users automatically become contributors if the code they wrote ends up in the repo... Are there...
@leisim If you don't have time, I'd be happy to implement this.
@leisim If you don't have time, I'd be happy to implement this.
Would probably also get resolved by implementing #97
Any updates on this? I'd be happy to implement a prototype
Didn't find the need and time to implement this. If anyone needs this, just thumb-up this post and I may look into it.
The boxes themselves don't have any concept of "focus". Rather, the whole code input is treated as one single input (and it also uses one single input under the hood)....
Currently, you can only interact with the widget passively by getting callbacks. A controller-based interaction, like normal `TextField`s have, would probably be a great long-term viable solution for the future.
Exhaustive variants and default values are both concepts applicable in _a lot_ of scenarios, and this feature would help in all of them to make the code more readable. I'd...