Autocomplete issue into bootstrap modal

前端 未结 11 2552
旧时难觅i
旧时难觅i 2020-12-01 05:57

I have a display problem in the jQuery autocomplete inside a modal dialog bootstrap.

When I mouse scroll, the results do not remain attached to the input.

Is

11条回答
  •  渐次进展
    2020-12-01 06:48

    In file: styles.css

    .cdk-overlay-container
    {
        z-index: 9999 !important;
    }
    

    I tried all solutions in my internal css file of the component, and nothing works, only when moved it to styles.css.

    good luck

提交回复
热议问题