js: add h & v scroll bar enable for input
This commit is contained in:
@@ -81,6 +81,12 @@ export class Input extends View {
|
||||
@Property
|
||||
onSubmitEditing?: (text: string) => void
|
||||
|
||||
@Property
|
||||
enableHorizontalScrollBar?: boolean
|
||||
|
||||
@Property
|
||||
enableVerticalScrollBar?: boolean
|
||||
|
||||
/**
|
||||
* Called before text is changed
|
||||
* @param editing: text already in box
|
||||
|
Reference in New Issue
Block a user