[joy-ui] Unexpected behavior of some components, RTL
Open
@siriwatknp is already working on this.
Since Sep 13, 2023.
docs
on hold
package: joy-ui
scope: all components
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Steps to reproduce 🕹
Link to live example:
codesandbox
Current behavior 😯
Tested on RadioButton, Select, and CheckBox
position is set to absolute by default is causing un-expected behavior when used in RTL. as shown in codesandbox demo.
Expected behavior 🤔
position is set to unset fixed the issue...
Context 🔦
No response
Your environment 🌎
npx @mui/envinfo
System:
OS: Windows 10 10.0.22621
Binaries:
Node: 18.6.0 - C:\kernal\nodejs\node.EXE
Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
npm: 9.7.2 - C:\kernal\nodejs\npm.CMD
Browsers:
Chrome: 116.0.5845.180
Edge: Spartan (44.22621.2215.0), Chromium (116.0.1938.76)
npmPackages:
@emotion/react: ^11.11.1 => 11.11.1
@emotion/styled: ^11.11.0 => 11.11.0
@mui/base: 5.0.0-beta.12
@mui/core-downloads-tracker: 5.14.8
@mui/icons-material: ^5.14.3 => 5.14.6
@mui/joy: 5.0.0-beta.5 => 5.0.0-beta.5
@mui/material: ^5.14.8 => 5.14.8
@mui/system: ^5.14.8 => 5.14.8
@mui/types: 7.2.4
@mui/utils: ^5.14.7 => 5.14.8
@types/react: 18.2.21
react: ^18.2.0 => 18.2.0
react-dom: ^18.2.0 => 18.2.0
styled-components: ^5.3.11 => 5.3.11
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.