neil.keena
Assert Table Action is Disabled
I have the following test that fails and I don't know why. Any one have an idea what I'm missing? Or is this a bug as it does not seem to be evaluating
isDisabled()
on the action
And the DeleteAction
in the table is disabled using the following closure:
The programs_count
attribute does exist and this works in the browser but the test failes.
Any help would be greatly appreciated 🙏🏼1 replies
Page scroll disabled after closing nested modals
I'm experiencing an issue with page scrolling being disabled after closing nested modals. There are no console errors so I'm thinking a CSS issue?
I've replicated this on a fresh install and without the minimal theme @Zep Fietje and also happens when doing
npm run build
or npm run dev
.
Any ideas?6 replies
Create Option Form Wizard
How would you use a wizard when using the
createOptionForm
method on a select component? With most actions you use the steps()
method but when I add it to the $action
instance within in the createOptionAction
method it doesn't work. I don't see the +
button added to the select component. Any ideas if this is possible or what I might be missing?2 replies