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
hideDefaultSubmitButtons(){Array.from(this.$parent.$el.querySelectorAll('button')).filter(child=>child!==this.$el).forEach(el=>{// I noticed nova default submit buttons have "dusk" attribute, so I tackled them, but the solution could be betterif(el.hasAttribute('dusk')){el.style.display='none'}});},
laravel: 8.75
nova: 3.29.0
actengage/nova-wizard: 0.9.8
Seems like when wizard tries to hide default create buttons it automatically hides the navigation buttons also.
BTW, great package, thank you. :)
The text was updated successfully, but these errors were encountered: