Hi,

It's pretty normal for a 3rd party library to work fine and great until you 
need to mix it with another feature. I'd recommend using a library for one 
of those features and coding the other one by hand.

It might make sense to use the (select2, chosen, jQuery Autocomplete) 
library, and handle the dependent selects on your own using your own code. 
The dependent-selects seems easier to me.

Collin

On Thursday, December 11, 2014 11:26:17 PM UTC-5, Jorge Andrés Vergara 
Ebratt wrote:
>
> Hello everyone...
>
> I'm using django-smart-selects for my dependent selects, you know, like if 
> you choose a Country only the cities from that country have to come up in 
> the second select. And it's working great, but now we've faced a problem..
>
> We want to add search functionality to the selects, we managed to do so 
> with (select2, chosen, jQuery Autocomplete) all 3 work but they break 
> django-smart-selects functionality, I can choose the country, but then the 
> cities selects is empty...
>
> Anyone have been able to integrate them? Or do you know any other package 
> that has both functionalities in django?
>
> Thanks in advance for the help!
>
> -- 
> *Jorge Andres Vergara Ebratt*
> *#SoftwareDeveloper (Or at least trying to be)*
> *@javebratt*
> *facebook.com/javebratt <http://facebook.com/javebratt>*
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5f8638a5-e84f-46c6-a90b-5a5f425dab6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to