Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Suggestion: input datalist to show "value".

  • 1 trả lời
  • 1 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi Wesley Branton

more options

Consiter this HTML code: <input type="text" list="List0" value="-"> <datalist id="List0"> <option value="1">Option 0</option> <option value="2">Option 1</option> </datalist>

When the input is selected, only the text IN BETWEEN the <option> tag is displayed, I would like it to also display the "value". This is also a problem if the text is really long that won't show all the text.

Google chrome, on the other hand does display the value along with the text.

I would like firefox to fully show the entire text and option values to make it easier for the user entering information not have to guess.

Consiter this HTML code: <input type="text" list="List0" value="-"> <datalist id="List0"> <option value="1">Option 0</option> <option value="2">Option 1</option> </datalist> When the input is selected, only the text IN BETWEEN the <option> tag is displayed, I would like it to also display the "value". This is also a problem if the text is really long that won't show all the text. Google chrome, on the other hand does display the value along with the text. I would like firefox to fully show the entire text and option values to make it easier for the user entering information not have to guess.
Đính kèm ảnh chụp màn hình

Tất cả các câu trả lời (1)

more options

Hi,

The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.