Is there a max number of options (values) in HTML drop down control?

后端 未结 6 1560
粉色の甜心
粉色の甜心 2020-12-10 10:53

Does anyone know how many options a drop down list can have? Is it unlimited? How many before performance degrades?

6条回答
  •  庸人自扰
    2020-12-10 11:16

    Yes, the maximum for Chrome and Safari is 10000 items for select elements at least.

    The relevant lines in the Chrome source can be found here: Defined max of 10000, Code that enforces limit and puts error in console

    Firefox seems to have no practical limit from my testing.

提交回复
热议问题