Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

how to disable the <option> in select menu? I can handle this situation in browser but I cant in iPhone. Except approved option I disabled all. Here I attached the screenshot. Can any one tell me how fix this? thanks in advance .

share|improve this question

1 Answer

up vote 0 down vote accepted

This is a known issue in Safari for iOS. You can do 2 things:

  • Remove the options you don't want to be visible from the list
  • Tell the user that he made an invalid selection when he tries to commit the form

No other options here...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.