Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When clicking on a Form Field List on Firefox the popuplist is not rendered under the field like in Safari but after the field. #2567

Open
AlanSkyNet opened this issue Oct 2, 2024 · 1 comment

Comments

@AlanSkyNet
Copy link

When clicking on a Form Field List the popuplist is not displayed under the field like in Safari.
With Firefox or Opera it's displayed after the field list.

The popuplist rendering is different across internet browsers :
popuplist

        'Options': {
            type: 'group', span: -1,
            attr: 'style="width: 100%"',
            style: gstyle,
            fields: [
                { field: 'listCaseStatus', type: 'list',
                    options: { items: stvCaseStatus },
                    html: { span: -1, label: stCaseStatus }},
@AlanSkyNet
Copy link
Author

it's with w2ui version 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant