Input value doesn't display. How is that possible?

后端 未结 13 2080
后悔当初
后悔当初 2021-02-04 23:54

This must be something utterly stupid that I\'ve done or am doing, but I have an input with a value attribute that simply isn\'t being displayed:

13条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 00:29

    For me it was wrong number format: Chrome expected "49.1", but ASP.NET passed "49,1", and it just didn't display!

        // Should have been 49.1 !!!
    

提交回复
热议问题