Closed hirotomoyamada closed 9 months ago
@hirotomoyamada
Nice to meet you, I'm currently a college student doing Rails as an intern, and I found this issue through Zenn's article. I have no practical experience with Next.js, but I would like to try OSS. May I work on this issue?
初めまして、現在大学生でインターンでRailsを行っているものです。Zennの記事を見てこのissueを発見しました。 Next.jsは実務で経験がないですが、OSS活動に挑戦したいと思っています。 このissueに取り組んでもよろしいでしょうか。
@ISAWASHUN
こんにちは。はじめまして!ぜひ、OSSに参加してみましょう!このイシューを取り組んでみましょう!
Let's Try!!!
@hirotomoyamada
ありがとうございます! 取り組みます!
@ISAWASHUN
こんにちは!
このPRを参考にすると良いと思います。やっていることは、同じ作業です。
また、aria-readonly
が不要な要素を発見するには、各コンポーネントのStoryのAccessibility
を見ると良いでしょう。
@hirotomoyamada
アドバイスありがとうございます! 今日の夜から本格的に進めていきます!
@ISAWASHUN
こんにちは!
このイシューの状況は、どうですか?
明日、このイシューのアサインを初期の状態に戻します。
このイシューを取り組んでおり、延長する場合は、こちらに連絡をください。
@hirotomoyamada
卒論と上京準備でバタバタしてたので、取り組めてませんでした。 ご迷惑をお掛けして申し訳ないです。外してもらって大丈夫です。 申し訳ございません。
@hirotomoyamada
Hi there! I'm interested in working on this issue. Is it okay if I take on this task?
@apple-yagi
Hi, thanks for the comment!
Yes, please!
I will assign this issue to you, Good luck!
Which package has an issue?
@yamada-ui/react
Package Version
1.1.2
Description
When setting
isReadonly
toDatePicker
orMouthPicker
components,aria-readonly
is assigned to unnecessary elements.Target Components
DatePicker
MonthPicker
SegmentedControl
MultiAutocomplete
Autocomplete
PinInput
NativeSelect
Link to Reproduction
isReadonly
toSwitch
orSelect
components. 2. Assignedaria-readonly
to element. 3.aria-readonly
is assigned to unnecessary elements.Steps to Reproduce
isReadonly
toSwitch
orSelect
components.aria-readonly
to element.aria-readonly
is assigned to unnecessary elements.Browser
Chrome
Operating System
Do you know how to fix the issue?
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix?
None
Additional Information
No response