Add `viewId` to `TextInputConfiguration` (#145708)
In order for text fields to work correctly in multi-view on the web, we need to have the `viewId` information sent to the engine (`TextInput.setClient`). And while the text field is active, if it somehow moves to a new `View`, we need to inform the engine about such change (`TextInput.updateConfig`). Engine PR: https://github.com/flutter/engine/pull/51099 Fixes https://github.com/flutter/flutter/issues/137344
Showing
Please register or sign in to comment