doubtfire-lms / doubtfire-web

Angular web application for the Doubtfire front-end
GNU Affero General Public License v3.0
45 stars 332 forks source link

fix: add the correct enterkeyhint to the comment composer #827

Closed ublefo closed 4 months ago

ublefo commented 5 months ago

Description

Was trying to reproduce https://github.com/doubtfire-lms/doubtfire-web/issues/705 and turns out it's already fixed in development. Only remaining thing to address was enterkeyhint, which makes enter buttons on mobile devices display the correct icon or text.

Type of change

How Has This Been Tested?

Tested sending messages and making sure the enter key has the correct icon/text on iOS 17.3.1 with Safari, and on Android 14 with Firefox

Before:

before

After:

after

Testing Checklist:

Checklist:

jakerenzella commented 4 months ago

Love this!