You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered a bug when viewing the API documentation on an iOS device where the styling of the version <select> element was incorrect.
Could consider a common approach to style a wrapper underneath the <select> element and thus allowing a custom (and consistent) arrow across devices.
Because we'd still be using the <select> element to display options, we'd retain web accessibility, while also ensuring that the <select> element has similar styling irrespective of view context.
Related Issues
No.
Questions
No.
Demo
N/A
Reproduction
- view API docs on an iOS device and attempt to use the side menu version filter.
Description
Encountered a bug when viewing the API documentation on an iOS device where the styling of the version
<select>
element was incorrect.Could consider a common approach to style a wrapper underneath the
<select>
element and thus allowing a custom (and consistent) arrow across devices.Because we'd still be using the
<select>
element to display options, we'd retain web accessibility, while also ensuring that the<select>
element has similar styling irrespective of view context.Related Issues
No.
Questions
No.
Demo
N/A
Reproduction
Expected Results
Actual Results
Environments
N/A
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist
The text was updated successfully, but these errors were encountered: