feat:Input add getSelection API
This commit is contained in:
3
doric-web/dist/index.js
vendored
3
doric-web/dist/index.js
vendored
@@ -3729,6 +3729,9 @@ class Input extends View {
|
||||
end,
|
||||
});
|
||||
}
|
||||
getSelection(context) {
|
||||
return this.nativeChannel(context, 'getSelection')();
|
||||
}
|
||||
requestFocus(context) {
|
||||
return this.nativeChannel(context, 'requestFocus')();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user