You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I found here 'export const Editable = IS_ANDROID ? AndroidEditable : DefaultEditable'. What is the reason for splitting AndroidEditable and DefaultEditable? Some of the issues I found on Android device included that i can't focus on Void Element and had some problem with IME.
Description
I found here 'export const Editable = IS_ANDROID ? AndroidEditable : DefaultEditable'. What is the reason for splitting
AndroidEditable
andDefaultEditable
? Some of the issues I found on Android device included that i can't focus on Void Element and had some problem with IME.Recording
QQ20211202-160907.mp4
Steps
Expectation
Perhaps can provide an initialization options to control whether or not use
AndroidEditable
in Android device.Environment
Context
Similar to #4400
The text was updated successfully, but these errors were encountered: