dhre-ui-kit 0.0.225 → 0.0.226
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/lib/index.js +4 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3429,6 +3429,10 @@ const CommonTextInput = (props) => {
|
|
|
3429
3429
|
reactNativePaper.TextInput,
|
|
3430
3430
|
{
|
|
3431
3431
|
mode: "outlined",
|
|
3432
|
+
underlineColor: "transparent",
|
|
3433
|
+
underlineColorAndroid: "transparent",
|
|
3434
|
+
spellCheck: false,
|
|
3435
|
+
autoCorrect: false,
|
|
3432
3436
|
outlineStyle: {
|
|
3433
3437
|
...styles$9.outlineStyle,
|
|
3434
3438
|
borderColor: errorMessage?.length ? DHRE_DEFAULT.DH_SEMENTIC_ERROR : value?.length ? activeBorderColor : inactiveBorderColor
|