Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom tooltipDescriptions for add missing #344

Closed
teranailee opened this issue Jul 4, 2022 · 0 comments · Fixed by #349
Closed

custom tooltipDescriptions for add missing #344

teranailee opened this issue Jul 4, 2022 · 0 comments · Fixed by #349
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@teranailee
Copy link

I try to change tooltip for "+" button and it not working.

<FormBuilder

                            schema={jsonSchema || ''}
                            uischema={jsonUiSchema || ''}
                            onChange={(newSchema: string, newUiSchema: string) => onBuilderChange(newSchema, newUiSchema)}
                        
                            mods={{
                                tooltipDescriptions:{
                                    add: 'Add More Connector',
                                },
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
2 participants