Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
The first thing I solved by reading the api (http://dojotoolkit.org/api/?qs=1.9/dijit/form/FilteringSelect), it is required by default so I just had to add:
this.inputWidget.set("required", false);
Hi!
I don't know the reasons for your errors but I can mention that I'm trying to add core support for this to remove the need to create a custom editor.
We are using the auto-suggestion property that Linus made
http://world.episerver.com/Blogs/Linus-Ekstrom/Dates/2012/11/Creating-a-more-advanced-property-editor/
We are using the "old" version because the site is not in 4.5 yet and we have problem with two things.
1: If you accidently click in the textbox (or type something and erase it) we got a error message saying that a value must be entered even that the property is not requierd
2: If you type something in it and the wait a little while or click outside the textbox there are a javascript error saying:
Anyone else got this behavor?