Thread: backform select2 control

backform select2 control

From
Harshal Dhumal
Date:
Hi,

Please find patch for backform select2 and select2ajaxoptoins controls

Usage:
schema: [{
id: 'name', label: '{{ _('Name') }}', cell: 'string',
type: 'select2', select2:{tags: "true", placeholder: "Select an option", allowClear: true}
}
.
.
.



-- 
Harshal Dhumal
Software Engineer 



Attachment

Re: backform select2 control

From
Harshal Dhumal
Date:
Hi,

Updated patch. As yesterdays patch for backform select2 and select2ajaxoptoins controls was throwing malformed patch error.

-- 
Harshal Dhumal
Software Engineer 




On Wed, Jan 6, 2016 at 12:01 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,

Please find patch for backform select2 and select2ajaxoptoins controls

Usage:
schema: [{
id: 'name', label: '{{ _('Name') }}', cell: 'string',
type: 'select2', select2:{tags: "true", placeholder: "Select an option", allowClear: true}
}
.
.
.



-- 
Harshal Dhumal
Software Engineer 




Attachment