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

fix: correct the documentation for formRender action clear() #1428

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

lucasnetau
Copy link
Collaborator

Documentation uses incorrect example formRenderInstance('clear') which throws a TypeError (formRenderInstance is not a function)

Fixes #1371

<pre><code class="js">formRenderInstance('clear');</code></pre>
<pre><code class="js">formRenderInstance.clear();
// or
$('#render-container').formRender('clear')</code></pre>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kevinchappell kevinchappell merged commit 9f67c22 into kevinchappell:master Oct 5, 2023
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

🎉 This PR is included in version 3.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lucasnetau lucasnetau deleted the fix-1371 branch October 15, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

formRender action - clear
2 participants