Default selection for within

前端 未结 3 784
Happy的楠姐
Happy的楠姐 2020-12-01 15:53

How to make default selection for within ?

It\'s needed,that particular \"20\" item of dropdown

3条回答
  •  旧巷少年郎
    2020-12-01 16:21

    
      
      
      
    
    

    The default selection would be the one which has value same as selectedItem which you set in bean.

    selectedItem = 20;
    

提交回复
热议问题