Coder Social home page Coder Social logo

[Feature] 表格编辑时,英文单词下面有波浪线,不知怎么设置,取消它,求大佬指教一下! about vtable HOT 4 CLOSED

sfeng95 avatar sfeng95 commented on June 29, 2024
[Feature] 表格编辑时,英文单词下面有波浪线,不知怎么设置,取消它,求大佬指教一下!

from vtable.

Comments (4)

fangsmile avatar fangsmile commented on June 29, 2024 1

那你自定义一个编辑器就可以了 很简单的 你可以继承下textareaEditor那个类

from vtable.

fangsmile avatar fangsmile commented on June 29, 2024

图片没有上传成功。

不过听着感觉是你的浏览器有什么英文纠错的插件

from vtable.

sfeng95 avatar sfeng95 commented on June 29, 2024

图片没有上传成功。

不过听着感觉是你的浏览器有什么英文纠错的插件

我也是这么觉得,在chrome中,input、textarea中英文单词的红色波浪线是浏览器默认开启了语法检查导致的。

只需要在textarea或者input中添加属性spellcheck=“false” 即可去除该波浪线:

<textarea spellcheck="false" autocomplete="off" autocapitalize="off" autocorrect="off"></textarea>

问题是我需要改源码

from vtable.

sfeng95 avatar sfeng95 commented on June 29, 2024

那你自定义一个编辑器就可以了 很简单的 你可以继承下textareaEditor那个类

多谢大佬指教!

from vtable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.