We can use the same type both in web and native logic.
Thus moving it to shared typeahead utils.
Details
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Paths
| Differential D6297 Authored by • przemek on Jan 18 2023, 8:47 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptJan 18 2023, 8:47 AM2023-01-18 08:47:12 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Jan 18 2023, 8:50 AM2023-01-18 08:50:34 (UTC-8) Harbormaster completed remote builds in B15436: Diff 21045.Jan 19 2023, 6:38 AM2023-01-19 06:38:29 (UTC-8) This revision is now accepted and ready to land.Jan 20 2023, 3:54 AM2023-01-20 03:54:04 (UTC-8) Harbormaster completed remote builds in B16234: Diff 22205.Feb 7 2023, 9:23 AM2023-02-07 09:23:57 (UTC-8) Closed by commit rCOMM9eb5b3df2c1f: [1/n] Native Typeahead - Moving type decalration to lib (authored by • przemek, committed by ashoat). · Explain WhyFeb 7 2023, 2:37 PM2023-02-07 14:37:08 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 22242 lib/shared/typeahead-utils.js
web/chat/chat-input-bar.react.js
web/chat/typeahead-tooltip.react.js
|
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?