Short diff. Moved utils file from lib to web, as it will contain web specific utils.
We might consider keeping common utilites for typeahead in lib, but it can be worked out when
working on native feature.
Details
Details
- Reviewers
tomek kamil atul - Commits
- rCOMMe46ae0ec20c2: [web] Moved typeahead utils to `web/chat`
Functions still visible after changing file locations.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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)?