TinoGuo / pin_input_text_field

A textField widget to help display different style pin
Apache License 2.0
374 stars 81 forks source link

Having focus color to the current digit #5

Closed jaumard closed 5 years ago

jaumard commented 5 years ago

Just to not forget ^^

TinoGuo commented 5 years ago

@jaumard Okay, thanks for your feedback.

TinoGuo commented 5 years ago

@jaumard Emmm, use focusNode to change color is better than add a field focusColor in my opinion. And set the color of the current digit is strange behavior.

jaumard commented 5 years ago

Why is it strange ? I consider each digit as an input, not all of them have the focus, only one digit at the time has it. Once it is filled digit loose focus to the next one

TinoGuo commented 5 years ago

For now, it has a conflict with enteredColor.