Display None in Chrome for iphone

Asked

Viewed 46 times

0

I’m trying to hide items from a dropdown for value. In the Chrome of the computer and Android worked, but in the iPhone nay:

option[value="home-01"]{
  display: none; 
}

1 answer

1

Safari prevents form elements from being changed by css using display: None. Long story.

The alternative would be to manipulate these options using js.

There are numerous cases with this same problem in the OS. All with the same answer: does not give. See here a similar post.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.