fix(password-input): disable visibility button

- set default values for tooltipAlignment, tooltipPosition
This commit is contained in:
Eric Liu 2021-01-22 15:04:06 -08:00
commit 97d3a9f653
4 changed files with 20 additions and 10 deletions

View file

@ -8240,6 +8240,7 @@
"kind": "let",
"description": "Set the alignment of the tooltip relative to the icon",
"type": "\"start\" | \"center\" | \"end\"",
"value": "\"center\"",
"isFunction": false,
"constant": false,
"reactive": false
@ -8249,6 +8250,7 @@
"kind": "let",
"description": "Set the position of the tooltip relative to the icon",
"type": "\"top\" | \"right\" | \"bottom\" | \"left\"",
"value": "\"bottom\"",
"isFunction": false,
"constant": false,
"reactive": false