mirror of https://github.com/ElemeFE/element
Docs: delete Input repeat change event (#18085)
parent
f3c1666ac8
commit
5491e52391
|
@ -604,7 +604,6 @@ export default {
|
||||||
|----| ----| ----|
|
|----| ----| ----|
|
||||||
| blur | triggers when Input blurs | (event: Event) |
|
| blur | triggers when Input blurs | (event: Event) |
|
||||||
| focus | triggers when Input focuses | (event: Event) |
|
| focus | triggers when Input focuses | (event: Event) |
|
||||||
| change | triggers when the icon inside Input value change | (value: string \| number) |
|
|
||||||
| change | triggers only when the input box loses focus or the user presses Enter | (value: string \| number) |
|
| change | triggers only when the input box loses focus or the user presses Enter | (value: string \| number) |
|
||||||
| input | triggers when the Input value change | (value: string \| number) |
|
| input | triggers when the Input value change | (value: string \| number) |
|
||||||
| clear | triggers when the Input is cleared by clicking the clear button | — |
|
| clear | triggers when the Input is cleared by clicking the clear button | — |
|
||||||
|
|
Loading…
Reference in New Issue