ant-digitalSolutions / antScriber-ui

0 stars 0 forks source link

Feature Request: Enable Scroll in Wizard Form Area #21

Closed flechilla closed 1 year ago

flechilla commented 1 year ago

Description

We need to add a scroll feature to our wizard form area to prevent the 'Create' button from disappearing. By enabling overflow: auto in the form area using CSS, the form will scroll instead of the outer view. This will improve the user experience and ensure the 'Create' button is always visible. We also need to make some style improvements to seamlessly integrate the change with the existing design.

Motivation

The motivation behind this feature request is to enhance the user experience by making the form more intuitive and user-friendly. By enabling the scroll in the wizard form area, we can ensure the 'Create' button is always visible, reducing user confusion and potential errors. This change will make the form more streamlined and professional, potentially increasing user satisfaction and engagement.

Use Cases

Expected Behavior

Upon implementation of this feature, the wizard form area will have a scroll feature enabled. This means that when a user navigates through the form, the form area itself will scroll, while the 'Create' button remains consistently visible. Necessary style improvements will be made to ensure the scroll feature integrates well with the existing design.

Additional Context (Optional)

While implementing this feature, it's important to ensure that the scroll feature and style improvements are responsive and compatible across different screen sizes and devices. This will ensure a consistent user experience regardless of how users access the form.