UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines (9 loc) 260 B
Ext.define("Ext.locale.it.form.field.ComboBox", { override: "Ext.form.field.ComboBox", valueNotFoundText: undefined }, function() { Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { loadingText: "Caricamento..." }); });