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.js CHANGED
@@ -5633,7 +5633,7 @@ var TextInputDefault = function (_a) {
5633
5633
  React__namespace.createElement(View, { paddingLeft: CONSTANTS.SPACE_12 }, left),
5634
5634
  left && React__namespace.createElement(Spacer, { width: CONSTANTS.SPACE_8 }),
5635
5635
  React__namespace.createElement(View, { full: true },
5636
- renderLabel(), render === null || render === void 0 ? void 0 :
5636
+ multiline && renderLabel(), render === null || render === void 0 ? void 0 :
5637
5637
  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: [
5638
5638
  styles$a.input,
5639
5639
  __assign(__assign({}, font), { fontSize: fontSize, lineHeight: lineHeight, fontWeight: fontWeight, color: inputTextColor, textAlignVertical: multiline ? "top" : "center", textAlign: textAlign