@topconsultnpm/sdkui-react-beta 6.15.63 → 6.15.64
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.
|
@@ -221,7 +221,6 @@ const TMTextBox = ({ autoFocus, maxLength, labelColor, precision, fromModal = fa
|
|
|
221
221
|
};
|
|
222
222
|
const renderInputField = () => {
|
|
223
223
|
const bulletEntity = '\u2022'; // •
|
|
224
|
-
console.log("currentValue", currentValue);
|
|
225
224
|
const displayedValue = initialType === 'secureText'
|
|
226
225
|
? (currentType === 'secureText'
|
|
227
226
|
? bulletEntity.repeat(currentValue?.length ?? 0)
|