Skip to content

gfk-ba/meteor-autoform-select-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-autoform-select-transfer

Adds the ability to use a transfer select to Autoform. It uses the Bootstrap Dual Listbox library.

Install

To install the package run the following command:

meteor add gfknl:autoform-select-transfer

Usage

{{> afQuickField name='myOption' class='input-sm' type='select-transfer' multiple='true' options=selectTransferOptions}}
Template.x.helpers({
  selectTransferOptions: function() {
    return [
     { label: 'Some label', value: 'Some value'},
     { label: 'Some label 2', value: 'Some value2'},
     ...
    ];
  }
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published