Code Monkey home page Code Monkey logo

ux.field.multiselect's People

Stargazers

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

Watchers

 avatar

ux.field.multiselect's Issues

Please add license information

Hello,

i want to use your plugin in a project, but you didn't clarified the license of your plugin. Can you provide some information about licensing, e.g. a LICENSE file? Thank you!

Best regards
Matthias

Error in display - field

Hello,
first, I have to tell you, this is a great component. I love it.

But I found a little Bug in the display-field. The text is wrong, when there are records with ids, that have the same part in the string. Like '111', '11', '1'. This behavior based on that the Ext function "findRecord" find the first occurence. For my Example, when you have the id : '1' it will find '111' first.
To avoid this, you can configure it more strict.

Add in your source :
convertValue: function(value,fieldIn,fieldOut){
:
item = store.findRecord(fieldIn,value[i],0,false,true,true);
:
}

Regards from Germany
Marco

default value setting

Hey,

in my project always is first defined option is taken as default value. Can you please add (or is that already there but undocumented) an option for setting the default value? I need an empty selection by default.

Thanks in advance!

Best regards
Matthias

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.