@app-studio/web 0.3.30 → 0.3.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3379,7 +3379,7 @@ var PasswordView = function PasswordView(_ref) {
|
|
|
3379
3379
|
setVisible = _useState[1];
|
|
3380
3380
|
return React__default.createElement(TextField, Object.assign({
|
|
3381
3381
|
name: name,
|
|
3382
|
-
type:
|
|
3382
|
+
type: visible ? 'text' : 'password',
|
|
3383
3383
|
rightChild: React__default.createElement(View, {
|
|
3384
3384
|
onClick: function onClick() {
|
|
3385
3385
|
if (!isDisabled) {
|