Django forms widgets and dhtmlxcombo

Has anyone used dhtmlxcombo with Django forms?
Did you write a django widget to use dhtmlxcombo or used dhtmlxcombo outside the django forms framework?

If you created custom django widget for dhtmlxcombo, can you share or point me to django widget code?

Combo can be used in “init from select box” mode, in which it will get and send data equal to the select box control - so there is no need in any special handling.