appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.95k stars 3.66k forks source link

[Bug]: No spellcheck option for multiline text input within a form #36490

Open samiphoenix84 opened 1 week ago

samiphoenix84 commented 1 week ago

Is there an existing issue for this?

Description

There is the option to add spellcheck to a text input but not the multiline text input within a form. Why is this? Please can you add spellcheck capability for the multiline text input when it is on a form. image

Steps To Reproduce

Create a multiline text input within a form

Public Sample App

No response

Environment

Production

Severity

Medium (Frustrating UX)

Issue video log

No response

Version

Cloud

rahulbarwal commented 6 days ago

@samiphoenix84 On app.appsmith.com: there should be an option to enable the spellcheck for multiline input within a form. image

Can you share the link that you are using to build this app?

samiphoenix84 commented 6 days ago

@rahulbarwal Here is the link https://app.appsmith.com/app/aims/taxonomy-66d8b598ccb0317bf4cce5a9/edit

In your example the widget is a 'Multi-line text'. However, in my case I've got a 'Multi-Line Text Input' widget. I do not have the option to add a 'Multi-line text' widget on the form, only 'Multi-Line Text Input'.

image

rahulbarwal commented 6 days ago

@samiphoenix84 Got it! The problem isn't with the normal Input component(that I used) The problem is with input inside JSON form component.

We will prioritise this, thanks.