WGShare.Client.Wx/pages/input/maxlength/index.wxml

3 lines
247 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-input label="标签文字" placeholder="请输入文字" tips="最大输入10个字符" maxlength="{{10}}" />
<t-input label="标签文字" placeholder="请输入文字" tips="最大输入10个字符汉字算两个" maxcharacter="{{10}}" />