@react-typed-forms/schemas-html 5.1.0 → 5.1.1
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.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -2166,7 +2166,7 @@ function createDefaultDataRenderer(options = {}) {
|
|
|
2166
2166
|
inline: props.inline,
|
|
2167
2167
|
renderer: renderers,
|
|
2168
2168
|
emptyText: isDisplayOnlyRenderer(renderOptions) && renderOptions.emptyText ? renderOptions.emptyText : defaultEmptyText,
|
|
2169
|
-
noSelection:
|
|
2169
|
+
noSelection: props.definition.noSelection
|
|
2170
2170
|
})
|
|
2171
2171
|
});
|
|
2172
2172
|
};
|