sapo-components-ui-rn 1.0.3 → 1.0.4
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/index.esm.js
CHANGED
|
@@ -5600,7 +5600,7 @@ var TextInputDefault = function (_a) {
|
|
|
5600
5600
|
React$3.createElement(View, { paddingLeft: CONSTANTS.SPACE_12 }, left),
|
|
5601
5601
|
left && React$3.createElement(Spacer, { width: CONSTANTS.SPACE_8 }),
|
|
5602
5602
|
React$3.createElement(View, { full: true },
|
|
5603
|
-
renderLabel(), render === null || render === void 0 ? void 0 :
|
|
5603
|
+
multiline && renderLabel(), render === null || render === void 0 ? void 0 :
|
|
5604
5604
|
render(__assign(__assign({}, rest), { ref: innerRef, onChangeText: handleChangeText, value: inputValue, placeholder: rest.placeholder, editable: !disabled && editable, selectionColor: selectionColor, cursorColor: typeof cursorColor === "undefined" ? activeColor : cursorColor, placeholderTextColor: placeholderTextColorBasedOnState, onFocus: onFocus, onBlur: onBlur, underlineColorAndroid: "transparent", multiline: multiline, style: [
|
|
5605
5605
|
styles$a.input,
|
|
5606
5606
|
__assign(__assign({}, font), { fontSize: fontSize, lineHeight: lineHeight, fontWeight: fontWeight, color: inputTextColor, textAlignVertical: multiline ? "top" : "center", textAlign: textAlign
|