diff --git a/pages/component/input/input.uvue b/pages/component/input/input.uvue index 56a0859db3dbb6c9055f692ad1f8645cefd6cdd2..6c1ae1867a6fd22cede6d3be1e5cd4c284777946 100644 --- a/pages/component/input/input.uvue +++ b/pages/component/input/input.uvue @@ -116,7 +116,8 @@ } }, onReady() { - (this.$refs['input'] as INode).focus(); + // TODO auto focus + // (this.$refs['input'] as INode).focus(); }, methods: { onKeyInput: function (event : InputEvent) {