@firecms/ui 3.0.0-canary.123 → 3.0.0-canary.124
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.es.js +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +0 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Select.tsx +0 -1
package/dist/index.es.js
CHANGED
@@ -16080,7 +16080,6 @@ const Select = forwardRef(({
|
|
16080
16080
|
placeholder,
|
16081
16081
|
className: "w-full",
|
16082
16082
|
children: [
|
16083
|
-
!hasValue && placeholder,
|
16084
16083
|
hasValue && value && renderValue ? renderValue(value) : placeholder,
|
16085
16084
|
hasValue && !renderValue && value
|
16086
16085
|
]
|