add FluPasswordBox

This commit is contained in:
zhuzihcu
2023-04-20 14:56:09 +08:00
parent b3d1568de4
commit 3ec0841b44
6 changed files with 165 additions and 2 deletions

View File

@ -118,7 +118,8 @@ FluExpander{
"FluColors",
"FluTheme",
"FluStatusView",
"FluRatingControl"
"FluRatingControl",
"FluPasswordBox"
];
code = code.replace(/\n/g, "<br>");
code = code.replace(/ /g, "&nbsp;");