js: add h & v scroll bar enable for input
This commit is contained in:
2
doric-js/index.d.ts
vendored
2
doric-js/index.d.ts
vendored
@@ -795,6 +795,8 @@ declare module 'doric/lib/src/widget/input' {
|
||||
editable?: boolean;
|
||||
returnKeyType?: ReturnKeyType;
|
||||
onSubmitEditing?: (text: string) => void;
|
||||
enableHorizontalScrollBar?: boolean;
|
||||
enableVerticalScrollBar?: boolean;
|
||||
/**
|
||||
* Called before text is changed
|
||||
* @param editing: text already in box
|
||||
|
||||
Reference in New Issue
Block a user