You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`leading-icon`|[String, Array, Object ]|| leading icon _*_|
122
120
123
-
(*) icon prop usage:
124
-
- use `String` for material icons
125
-
- use `Array` to specify icon classList
126
-
- use `{className: String, textContent: String}` for custom class and/or content
127
-
- use `trailing-icon` or `leading-icon` slots for custom icon markup (svg, ...).
121
+
> other attributes (`name`, `readonly`, ... ) are being passed down to the rendered input element.
122
+
123
+
> (*) icon prop usage: use `String` for material icons, `Array` to specify icon classList, `{className: String, textContent: String}` for custom class and/or content, or use `trailing-icon` or `leading-icon` slots for custom icon markup (svg, ...).
128
124
129
125
### events
130
126
@@ -133,6 +129,15 @@ var vm = new Vue({
133
129
|`@focus`| - |emitted on focus gained |
134
130
|`@blur`| - |emitted on focus lost |
135
131
|`@icon-action`| - |emitted on icon action |
132
+
|`@[listener]`| - |emitted on icon action |
133
+
134
+
> Other bound listeners are being passsed down to the rendered input element
0 commit comments