flutter_code_input icon indicating copy to clipboard operation
flutter_code_input copied to clipboard

Help me!!!

Open quochuynh67 opened this issue 5 years ago • 1 comments
trafficstars

Which are lines of code you handle when user click on clean button on the keybeard to focus the previous pin box?

quochuynh67 avatar Dec 28 '19 06:12 quochuynh67

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). Just, the "actual" input is hidden and every time its content changes, the code elements are rebuilt.

MarcelGarus avatar Dec 29 '19 00:12 MarcelGarus