Another update to Sitecore FieldTypes shared source project, featuring a new Filtered Multilist field and important bugfixes for other fields.
I've dropped the beta and decided to add sequential release numbers. This one is Drop-2.
Filtered Multilist
Filtered Multilist is a modification of standard Sitecore multilist field, with inline search for values in the left panel. Handy if you have multilist with a large amount of selectable values.
This is a simple drop-in replacement, you can change field type of existing multilist fields to filtered multilist to benefit from the filter, without loosing any values.
The field is contributed by Alexander Doroshenko from Sitecore Ukraine Solution Department
Bugfixes
* Fixed external javascript references. If you saw javascript errors like "Sitecore.FieldTypes.TextList is null or not an object" (or similar in other fields), this release fixes that.
* A few improvements to Text List