ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

`spellcheck` attribute support for text widgets

Open zmoon opened this issue 7 months ago • 0 comments

For example, I'm imagining

ipywidgets.Textarea(..., spellcheck=False)

causing spellcheck="false" to be added to the <textarea>.

Or is there already another way to achieve this?

zmoon avatar Mar 24 '25 22:03 zmoon