Files
MiniProgram/ProjectLiaisonForm/pages/search/maxlength/index.wxml
2025-08-15 14:05:08 +08:00

7 lines
241 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.

<view class="example-search">
<t-search placeholder="最大输入10个字符" maxlength="{{10}}" />
</view>
<view class="example-search">
<t-search placeholder="最大输入10个字符汉字算两个" maxcharacter="{{10}}" />
</view>