improve: spellcheck the subject when 'allowSpellcheck' setting is true

This commit is contained in:
Sergey Mosin 2023-08-09 15:57:58 -04:00
parent a8710bacc9
commit bafd17d029

View file

@ -130,7 +130,7 @@
<tr> <tr>
<td data-i18n="GLOBAL/SUBJECT"></div> <td data-i18n="GLOBAL/SUBJECT"></div>
<td> <td>
<input type="text" name="subject" autocomplete="off" data-bind="textInput: subject"> <input type="text" name="subject" autocomplete="off" data-bind="textInput: subject, attr:{spellcheck:allowSpellcheck()?'true':'false'}">
</td> </td>
</tr> </tr>
</table> </table>