UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

8 lines 255 B
Ext.define("Ext.locale.es.form.field.ComboBox", { override: "Ext.form.field.ComboBox", valueNotFoundText: undefined }, function() { Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { loadingText: "Cargando..." }); });