Sha256: dfb3ca891ba66ae36e9a98045f9727639769f9a671df12bbbcb0245402d7c524
Contents?: true
Size: 364 Bytes
Versions: 30
Compression:
Stored size: 364 Bytes
Contents
(function() { Luca.fields.TypeAheadField = Luca.fields.TextField.extend({ form_field: true, className: 'luca-ui-field', afterInitialize: function() { this.input_id || (this.input_id = _.uniqueId('field')); this.input_name || (this.input_name = this.name); return this.label || (this.label = this.name); } }); }).call(this);
Version data entries
30 entries across 30 versions & 1 rubygems