We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
children
1 parent d3b89ad commit ce4deb4Copy full SHA for ce4deb4
1 file changed
src-docs/src/views/super_date_picker/playground.js
@@ -77,6 +77,11 @@ export const superUpdateButtonConfig = () => {
77
78
propsToUse.onClick = simulateFunction(propsToUse.onClick, true);
79
80
+ propsToUse.children = {
81
+ ...propsToUse.children,
82
+ type: PropTypes.String,
83
+ };
84
+
85
return {
86
config: {
87
componentName: 'EuiSuperUpdateButton',
0 commit comments