Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created September 4, 2018 12:20
Show Gist options
  • Select an option

  • Save agoiabel/bd0903599f2b8a5e9a332a1c2972f29c to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/bd0903599f2b8a5e9a332a1c2972f29c to your computer and use it in GitHub Desktop.
gender: {
value: '',
placeholder: 'What is your gender',
valid: false,
touched: false,
validationRules: {
isRequired: true,
},
options: [
{ value: 'male', displayValue: 'Male' },
{ value: 'female', displayValue: 'Female'}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment