Skip to content

Commit

Permalink
hotfix(inputSets): control icon (#634)
Browse files Browse the repository at this point in the history
Fixed: inputSets should be able to have an icon

Resolves #633
  • Loading branch information
kevinchappell authored Oct 5, 2017
1 parent c803183 commit 86e6ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jQuery(function($) {

var inputSets = [{
label: 'User Details',
icon: '👨',
name: 'user-details', // optional
showHeader: true, // optional
fields: [{
Expand Down

0 comments on commit 86e6ce2

Please sign in to comment.