You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
There are a few bugs that I noticed, I am hoping this would get resolved.
Bug 1
Under 'Button' Control Specific Configuration: there is an option for 'clear', I think this should be 'reset'. <button type="clear"></button> does not do anything in the form-renderer when 'Wrap <form> outside of the Form' option is used. <button type="reset"></button> works.
Bug 2
The new tab block feature in 2.1.1 crashes with the following error being logged to the console:
Error in render: "TypeError: Cannot read properties of undefined (reading 'getIcon')" --> TabSectionPreButtons
Error in created hook: "TypeError: Cannot read properties of undefined (reading '$on')" --> TableSectionView
Cannot read properties of undefined (reading '$on')
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
There are a few bugs that I noticed, I am hoping this would get resolved.
Bug 1
Under 'Button' Control Specific Configuration: there is an option for 'clear', I think this should be 'reset'.
<button type="clear"></button>
does not do anything in the form-renderer when 'Wrap<form>
outside of the Form' option is used.<button type="reset"></button>
works.Bug 2
The new tab block feature in 2.1.1 crashes with the following error being logged to the console:
Thank you.
The text was updated successfully, but these errors were encountered: