---
name: Bug report
about: Find a reproducible bug? Let the team know.
title: ''
labels: 'bug report'
assignees: ''
---

NOTE: If you have a question about how to use Vue Formulate, please do not file
a bug report. Instead checkout the community page of the documentation for
details on the best places to ask those questions.

https://vueformulate.com/guide/community/

**Describe the bug**
A short description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Type '....'
4. See error

**Reproduction**
It's hugely helpful if you can isolate the bug in a CodePen or CodeSandbox. You can use VueFormulate via CDN to show the issue. This isn't a requirement just a big productivity boost. To help, we've produce starters you can easily fork:

### CodePen:
CodePen is perfect for simple reproductions. Vue Formulate is already loaded and ready to use:

https://codepen.io/boyd/pen/YzyJPor

### CodeSandbox

This is better for occasions when you need to show issues with registering Vue Formulate or configuring base options.

https://codesandbox.io/s/vue-formulate-reproduction-template-p5c1i?file=/src/components/Reproduction.vue


**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Device information:**
 - Device: [e.g. iPhone6, 1997 Dell]
 - OS: [e.g. iOS8.1]
 - Browser [e.g. stock browser, safari]
 - Version [e.g. 22]
