WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-16089a-88.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 117779 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: Stepper
sandor farkas
pro premium priority asked 4 years ago
Expected behavior
I'd like to have more control about the stepper steps as well as the control buttons. Right now it seems I cannot even style the buttons as they simply appear. Using my own buttons also does not work because the stepper has no api method to programmatically submit a step.
Actual behavior It seems I can only activate or deactivate the buttons with formWizard prop. I also want to control whether the user is allowed to go back to a certain step or not.
Resources (screenshots, code snippets etc.) Docs:https://mdbootstrap.com/docs/b5/react/components/stepper/#docsTabsAPI
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 2.3.0
- Device: desktop
- Browser: chrome
- OS: ubuntu
- Provided sample code: No
- Provided link: Yes