django-widgets-improved icon indicating copy to clipboard operation
django-widgets-improved copied to clipboard

How to render a attribute with a colon inside?

Open ruibinx opened this issue 6 years ago • 1 comments

Suppose I need to render an attribute with colon, how can I achieve that with django-widgets-improved? This is very useful when working with Vue.js, since Vue.js uses syntax like <div v-bind:value="variable></div>.

Thanks!

ruibinx avatar Mar 03 '18 13:03 ruibinx

I looked into allowing this, but couldn't get it to work. I don't need it myself, if you want it and can figure out how to get it done, I'll happily merge it. Here is what I've tried https://github.com/simhnna/django-widgets-improved/tree/allow-colons

simhnna avatar Aug 11 '18 09:08 simhnna