feat:android input add maxLength

This commit is contained in:
刘涛
2020-04-30 16:36:28 +08:00
committed by osborn
parent b169f581d3
commit b7da580842
11 changed files with 50 additions and 4 deletions

View File

@@ -2610,6 +2610,10 @@ var Input = /** @class */ (function (_super) {
Property,
__metadata$a("design:type", Function)
], Input.prototype, "onFocusChange", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Number)
], Input.prototype, "maxLength", void 0);
return Input;
}(View));
function input(config) {

View File

@@ -1993,6 +1993,10 @@ __decorate$a([
Property,
__metadata$a("design:type", Function)
], Input.prototype, "onFocusChange", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Number)
], Input.prototype, "maxLength", void 0);
function input(config) {
const ret = new Input;
ret.layoutConfig = layoutConfig().just();

View File

@@ -3452,6 +3452,10 @@ __decorate$a([
Property,
__metadata$a("design:type", Function)
], Input.prototype, "onFocusChange", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Number)
], Input.prototype, "maxLength", void 0);
function input(config) {
const ret = new Input;
ret.layoutConfig = layoutConfig().just();