Selectbox Your Values

Version 1.0 added 1 year ago by tomhermans

HOW TO INSTALL: To install this package, copy the following code and paste it into your Pods >> Package Manager under the Import tab and follow instructions there.

1.0 Notes

by Tom Hermans - tomhermans.com - @tomhermans

About this Package

1.0 Notes

First version!

About this Package

Simple Selectbox Input Helper that lets you easily create a multi-value select box with some values, without having to create an extra pod for values. For multiple of these, copy the whole code and add new input helpers with specific names, then change the fixed values in the array, and assign the various helpers to the pod-fields.

Configuration
Edit and/or add values in the line where it says : $arr = array("Apple", "Orange", "Pineapple" );