next-helios-fe 1.10.28 → 1.10.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.10.28",
3
+ "version": "1.10.29",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -129,8 +129,9 @@ export const Date: React.FC<DateProps> = ({
129
129
  disabled={rest.disabled}
130
130
  readOnly
131
131
  value={
132
- dateRangeLabel(tempValue) === "Custom" ||
133
- !options?.enableSelectRange
132
+ (dateRangeLabel(tempValue) === "Custom" ||
133
+ !options?.enableSelectRange) &&
134
+ tempValue.length !== 0
134
135
  ? `${
135
136
  !options?.enableSelectRange
136
137
  ? ""