@app-studio/web 0.3.61 → 0.3.62
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.
package/dist/web.esm.js
CHANGED
|
@@ -3544,11 +3544,11 @@ var TextFieldView = function TextFieldView(_ref) {
|
|
|
3544
3544
|
}, fieldStyles, props, {
|
|
3545
3545
|
onChange: handleChange,
|
|
3546
3546
|
value: value
|
|
3547
|
-
}))), (rightChild || isClearable && value) && React.createElement(FieldIcons, null,
|
|
3547
|
+
}))), (rightChild || isClearable && value) && React.createElement(FieldIcons, null, isClearable && value && !isReadOnly && !isDisabled && React.createElement(CloseSvg, {
|
|
3548
3548
|
size: Typography.fontSizes[size],
|
|
3549
3549
|
color: IconColor,
|
|
3550
3550
|
onClick: handleClear
|
|
3551
|
-
}))));
|
|
3551
|
+
}), rightChild && React.createElement(React.Fragment, null, rightChild))));
|
|
3552
3552
|
};
|
|
3553
3553
|
|
|
3554
3554
|
var _excluded$q = ["visibleIcon", "hiddenIcon"],
|