ng-bootstrap - Typeahead dropdown width

前端 未结 7 827
我在风中等你
我在风中等你 2021-01-18 06:34

I started using the ng-bootstrap Typeahead component and I\'m pretty happy with that.

One thing I would like to achieve is to get the dropdown items to have the same

7条回答
  •  野的像风
    2021-01-18 07:08

    @Nandita's answer is correct, directly apply a width to dropdown menu won't affect.

    And you want the dropdown menu to have same width as input, so you should add below CSS to her answer:

    .dropdown-menu { width: 300px;}
    

    Check result: https://next.plnkr.co/edit/YvOymCLAwYgU3VmJ

提交回复
热议问题