Coder Social home page Coder Social logo

Comments (17)

elutz avatar elutz commented on May 28, 2024

I second this. It would be a really cool feature if it could be combined with angular-ui / ui-date and ui-select2.

from angular-xeditable.

vitalets avatar vitalets commented on May 28, 2024

yes, these are two very usefull features.
Will add it for sure.
Thx

from angular-xeditable.

vitalets avatar vitalets commented on May 28, 2024

date added in 0.1.4.
http://vitalets.github.io/angular-xeditable/#bsdate

from angular-xeditable.

jscg719 avatar jscg719 commented on May 28, 2024

we are really looking forward you guys to adding select2 feature too

from angular-xeditable.

vitalets avatar vitalets commented on May 28, 2024

It seems ui-select2 is not maintained now and possibly will be overwritten in plain angular style.
See angular-ui/ui-select2#82

Are you using ui-select2 maily for local or remote source?

from angular-xeditable.

tobi-or-not-tobi avatar tobi-or-not-tobi commented on May 28, 2024

Thanks a lot for this implementation. I'm also very interested in select2. Any update here?

from angular-xeditable.

vitalets avatar vitalets commented on May 28, 2024

@tobi-or-not-tobi there is active discussion of select2 here: angular-ui/ui-select#1

from angular-xeditable.

micha77dd avatar micha77dd commented on May 28, 2024

would also like to have support of 'ui-select2'. thank you, great work!

from angular-xeditable.

Nate-Wilkins avatar Nate-Wilkins commented on May 28, 2024

👍 Is ui-select support a planned feature? Or is just select2?

from angular-xeditable.

rigobcastro avatar rigobcastro commented on May 28, 2024

+1

from angular-xeditable.

jengwood avatar jengwood commented on May 28, 2024

would love to use select2 with xeditable. does anyone have an example of that?

from angular-xeditable.

tarlepp avatar tarlepp commented on May 28, 2024

+1 for select2, anyone has example for this?

from angular-xeditable.

davidsielert avatar davidsielert commented on May 28, 2024

I added angular-selectize2 element right in easily ,, the only problem being you must modify the switch Statement in the postrender - nevermind thats for some class changes..

my code..

angular.module('xeditable').directive('editableSelectize', ['editableDirectiveFactory',
function(editableDirectiveFactory) {
  return editableDirectiveFactory({
    directiveName: 'editableSelectize',
    inputTpl: '<selectize></selectize>',
    render: function() {
      this.parent.render.call(this);
      this.inputEl.removeAttr('class'); //Dump the form-control and other junk that gets added we don't need
    }
  })
}]);

from angular-xeditable.

cina2012 avatar cina2012 commented on May 28, 2024

hi.
i have a problem.
model value is not updated when user select item.
can you help me?
tnx.

from angular-xeditable.

mitcht avatar mitcht commented on May 28, 2024

Closed as being too old

from angular-xeditable.

tarlepp avatar tarlepp commented on May 28, 2024

And the issue is still open.

from angular-xeditable.

mitcht avatar mitcht commented on May 28, 2024

Please provide a JS fiddle. I am just starting collaboration and doing a bit of cleanup / damage control. There are 10 pages of issues. The fact that you just commented on this is a good sign we still have a problem. Thanks.

from angular-xeditable.

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.