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
Fix: Add id and htmlFor attributes to stream create form fields for accessibility
- Add id='recipient' and htmlFor='recipient' to Recipient Address field
- Add id='create-stream-token' and htmlFor='create-stream-token' to Token select
- Add id='create-stream-amount' and htmlFor='create-stream-amount' to Total Amount field
- Add id='create-stream-duration' and htmlFor='create-stream-duration' to Duration field
Fixes#631
0 commit comments