chore: Add translate attribute to TextAreaInput for better accessibility
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
on:keydown={(e) => {
|
||||
onInput()
|
||||
}}
|
||||
translate="no"
|
||||
>{value ?? ''}</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user