Angular UI month picker

后端 未结 7 2302
日久生厌
日久生厌 2020-12-15 18:34

I am trying to use angular-ui-datepicker as a month picker. But not able to configure it, tried it all. Here is the PLUNKER.

I tried to set the modes as



        
7条回答
  •  一生所求
    2020-12-15 19:23

    I couldn't get this to work as a month picker either, spent hours trying different options. Wish I checked the source code earlier - turns out the input type is key.

    To change it to month picker mode, change the input type to "month". This works for both pop-up and in-line variants.

    Following from the example on https://angular-ui.github.io/bootstrap/ you could do this:

    
    
    
        
    
    

提交回复
热议问题