Giter VIP home page Giter VIP logo

editor-mention's People

Contributors

afc163 avatar arcanis avatar bodaz avatar dependabot-support avatar embbnux avatar irzhywau avatar mdedetrich avatar megawac avatar mrpeak avatar raohai avatar tymek avatar yesmeck avatar zombiej avatar ztplz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

editor-mention's Issues

去掉最后一个@符号

image
如图,不知作者是否去掉最后一个@符合:当所有的suggestions都@了一遍,到最后没有了,出现“未找到”的,然后敲空格结束时候,应当去掉最后一次输入的@符号

Immutable peerDep causing issues

The peerDep in the package.json is causing issues for my project. We need to use immutable~3.8 due to some of the features in that version but editor mention requires immutable~3.7. Because its refrenced as a peer dependency and I can't install 3.7.4 I get issues building the shrinkwrap for my project despite not using editor-mention (it's being included through ant).

I haven't looked at the compatibility for this project but can you not use immutable^3.7 or directly depend on 3.7 so it doesn't conflict with project installs of immutable?

支持ie8吗?

import babel-polyfill后,在IE8下报异常
'this._defaultValues' 为空或不是对象
image

immutable版本不一致

该项目依赖的immutable是 ^3.8.1
依赖的draft-js的immutable版本是~3.7.6
这种情况会导致下载了两个不同版本的immutable,可有优化方案?

github版本和npm版本不一致

npm版本已经改成了0.6.9,而仓库版本是0.6.0。。。

然后。。。

为何0.6.9(还是之前的哪个版本)把value和onChange的回调值从editorState改成了contentState。。。

然后。。。

antd的mention component少ref,我没法一直往下拿到最下层draft的Editor,需要使用他的focus功能

兼容ie8吗?

我在ie8下运行editor-mention/examples/simple.js,报异常
“无法获取未定义或 null 引用的属性“hasOwnProperty””,异常位于:
Record.prototype.has = function(k) { return this._defaultValues.hasOwnProperty(k); };

reset 的问题

componentWillReceiveProps 的时候 this.refs.mention.reset(); 页面卡死

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.