Relative Content

Tag Archive for flutter

nextFocus() does not work if new value is the same as old value

I have a flutter textformfield that changes focus to the next form field so long as the new value that is being entered is different then the current value. If I type the same value as the current value, onChanged isn’t called. How can I force it to change to the next field.

nextFocus() does not work if new value is the same as old value

I have a flutter textformfield that changes focus to the next form field so long as the new value that is being entered is different then the current value. If I type the same value as the current value, onChanged isn’t called. How can I force it to change to the next field.