MVC DropDownList SelectedValue not displaying correctly

后端 未结 7 943
甜味超标
甜味超标 2020-12-01 12:40

I tried searching and didn\'t find anything that fixed my problem. I have a DropDownList on a Razor view that will not show the the item that I have marked as Selected in th

7条回答
  •  眼角桃花
    2020-12-01 12:54

    For me, the issue was caused by big css padding numbers ( top & bottom padding inside the dropdown field). Basically, the item was being shown but not visible because it was way down. I FIXED it by making my padding numbers smaller.

提交回复
热议问题