You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joe 9b449c2688 first commit 2 years ago
..
README.en-US.md first commit 2 years ago
README.md first commit 2 years ago
input.d.ts first commit 2 years ago
input.js first commit 2 years ago
input.json first commit 2 years ago
input.wxml first commit 2 years ago
input.wxs first commit 2 years ago
input.wxss first commit 2 years ago
props.d.ts first commit 2 years ago
props.js first commit 2 years ago
type.d.ts first commit 2 years ago
type.js first commit 2 years ago

README.en-US.md

:: BASE_DOC ::

API

Input Props

name type default description required
align String left optionsleft/center/right N
layout String horizontal optionsvertical/horizontal N
borderless Boolean true - N
clearable Boolean false - N
disabled Boolean - - N
error-message String - deprecated N
external-classes Array - ['t-class', 't-class-input', 't-class-placeholder', 't-class-error-msg'] N
format Function - TypescriptInputFormatType type InputFormatType = (value: InputValue) => stringsee more ts definition N
label String / Slot - - N
maxcharacter Number - - N
maxlength Number - - N
placeholder String undefined - N
prefix-icon String / Slot - - N
readonly Boolean false - N
size String small optionssmall/medium。Typescript'medium' | 'small' N
status String default optionsdefault/success/warning/error N
suffix String / Slot - - N
suffix-icon String / Slot - - N
tips String / Slot - - N
value String / Number - TypescriptInputValue type InputValue = stringsee more ts definition N
default-value String / Number undefined uncontrolled property。TypescriptInputValue type InputValue = stringsee more ts definition N
type String text optionstext/number/idcard/digit/safe-password/nickname N
password Boolean false - N
placeholder-style String - required Y
placeholder-class String input-placeholder - N
cursor-spacing Number 0 - N
auto-focus Boolean false - N
focus Boolean false - N
confirm-type String done optionssend/search/next/go/done N
always-embed Boolean false - N
confirm-hold Boolean false - N
cursor Number - required Y
selection-start Number -1 - N
selection-end Number -1 - N
adjust-position Boolean true - N
hold-keyboard Boolean false - N
safe-password-cert-path String - - N
safe-password-length Number - - N
safe-password-time-stamp Number - - N
safe-password-nonce String - - N
safe-password-salt String - - N
safe-password-custom-hash String - - N

Input Events

name params description
blur (value: InputValue) -
change (value: InputValue, cursor: number, keyCode: number) -
clear - -
enter (value: InputValue) -
focus (value: InputValue) -
keyboardheightchange (height: number, duration: number) -