Sunday, July 27, 2025
HomeiOS DevelopmentWhy does enter sort="time" show as radio button on iOS?

Why does enter sort="time" show as radio button on iOS?


I’ve a time enter subject in my React app. Code:

      <div type={{ marginTop: '30px' }}>
    <enter
      aria-label="Time"
      sort="time" 
      onChange={handleTimeChange}
      type={{ padding: '8px', fontSize: '16px', width: 'auto' }}
    />
  </div>

Why on iOS it reveals as radio buton? On dekstop it reveals as anticipated as time enter subject. Utilizing Safari on each gadgets.

Safari iOS

Safari OSX

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments