Commit f0fea12
authored
fix(web): make input focusable in the whole component's area (#794)
# Summary
Fixes #793
All web e2e tests pass. Effectively, nothing should have changed
visually.
## Test Plan
In the example app, experiment with `height`, `minHeight` and
`maxHeight` props. Write some text, so the input becomes scrollable.
Verify everything looks in place.
## Screenshots / Videos
When `minHeight` was set:
Before:
https://github.com/user-attachments/assets/211a4fa4-c4b4-47a2-b808-fce50272d865
After:
https://github.com/user-attachments/assets/cc7ba1cb-9289-4cde-ab7f-2aa50a696451
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ❌ |
| Web | ✅ |
## Checklist
- [x] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)1 parent f7e9039 commit f0fea12
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
| |||
0 commit comments