knockout-jqueryui icon indicating copy to clipboard operation
knockout-jqueryui copied to clipboard

Knockout bindings for the jQuery UI widgets.

Results 26 knockout-jqueryui issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

jquery-ui 1.12 introduce a [new API for buttons](http://api.jqueryui.com/button/) and knockout-jqueryui is still based on the old one.

The package.json file does not contain a 'main' field, this makes it difficult to use the module with npm/webpack. the bower.json contains the main field.

Hi! I've noticed that selectmenu doesn't work correctly when it's included on a dialog. It seems that selectmenu needs special treatment. A simple "refresh" won't work, apparently it needs destroyed...

Congrats! Knockout-jQueryUI is now available from JSPM registry : http://kasperlewau.github.io/registry/#/?q=knockout-jqueryui I suggest to inform peoples via readme file, what do you think ?

I see you've fixed up the events to get bound to the viewmodel, but the following binding does not work correctly: ``` ``` In the `save` function, `this` is bound...

Is there a way to setup two way binding with autocomplete. As it is autocomplete uses objects with label and value properties. What would be ideal is if the autocomplete...

http://gvas.github.io/knockout-jqueryui/install.html `'knockout-jqueryui': '/lib/knockout-jqueryui'` Should be `'knockout-jqueryui': '/lib/knockout-jqueryui/dist/amd'` if it's to match the structure of the actual repo. Understand you've simplified it and given the directory structure used, however now-a-days no...