question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS13 Select Seems Broken

See original GitHub issue

#5819 Expected Behavior

When using select dropdowns in Materialize 1.0.0, the correct selected option is selected and value of the selected option is set properly $('select').val(). This seems to ONLY be broken in iOS 13 beta. There may be something with the beta on mobile, but I wanted to report this in case others see it. Try to get ahead of it.

Current Behavior

When I select an item on iOS13 beta mobile Safari, the value that is set and passed back on form submit is the wrong ID of the item selected. So if I had <option value="1">1</option> and <option value="2">2</option> and <option value="3">3</option> and I click on Option 1, Option 3 might show as selected and would pass that value on form submit.

Possible Solution

This one boggles me but I’ve seen it on 3 different pages (staging / prod and sub pages with Materialize selects)

Steps to Reproduce (for bugs)

  1. Go to https://materializecss.com/select.html
  2. Select options in the dropdown and check values set.
  3. See that its not selecting the right option?

Context

Toggling between items to edit things is not working as its redirecting to the wrong item. We can’t get to proper item via a select with a value. We aren’t sure what the pattern is, though.

Your Environment

  • Version used: iOS13 Beta
  • Browser Name and version: Safari Mobile
  • Operating System and version (desktop or mobile): Mobile

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:27 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
spyro2000commented, Oct 23, 2019

When will 1.0.1 be released with this fix? This behavior breaks some enterprise applications of us…

2reactions
minhhieu08commented, Sep 19, 2019

@rylanb Hope it works

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common iOS 13 Problems and How to Fix Them - Digital Trends
Tap Background App Refresh. Tap Background App Refresh again. Choose the Off option. Previous updates and issues. New in iOS 13.5.1. Apple ...
Read more >
Ever since iOS 13 issues. Select All missing ... - Reddit
Ever since I upgraded to 13 I've notice a few things that just don't work like they used to. “Select all” When selecting...
Read more >
Broke camera after IOS 13 update - Apple Support Communities
Hey i just updated IOS 13 on my IPhone X and now my camera is not working it's all black and I've tried...
Read more >
Anyone find that UIDatePicker is broken under iOS 14?
Under iOS 14, the date/time pickers in my app are broken. Nothing changed in the project. They're defined in a storyboard and worked...
Read more >
iMessage not working iOS 13 or iPadOS? Fix it today
Open your Messages app · Tap a message thread · Find an image you want to delete and long press on it until...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found