Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

v1.0.1 – "Single"

Latest
Compare
Choose a tag to compare
@kalepail kalepail released this 30 Nov 18:12
· 9 commits to master since this release

Added two new keys for the bmInput tag. placeholder and selected.
Basically it's a shortcut for allowing you to set a tag without any optional modifiers.

...
{
  title: 'Price',
  type: 'bmInput',
  selected: '$129.99',
  placeholder: 'e.g. $99.99'
}
...

screen shot 2015-11-30 at 1 10 54 pm