Skip to content
Snippets Groups Projects
Commit 9395e449 authored by Adam Procter's avatar Adam Procter
Browse files

focus trap remove

parent 326acc81
No related branches found
No related tags found
No related merge requests found
...@@ -10,18 +10,17 @@ ...@@ -10,18 +10,17 @@
</p> </p>
<div class="breaker-one"> <div class="breaker-one">
<label for="name">Your Name: {{ nameFormatted }}</label> <label for="name">Your Name: {{ nameFormatted }}</label>
<FocusTrap>
<input <input
v-model.trim="name" v-model.trim="name"
type="text" type="text"
id="name" id="name"
ref="name" ref="name"
placeholder="type name here!" placeholder="type name here!"
autocorrect="off" autocorrect="off"
autocapitalize="none" autocapitalize="none"
required required
/> />
</FocusTrap>
</div> </div>
<h2>Next start or join a <span class="long">microcosm !</span> 🚀</h2> <h2>Next start or join a <span class="long">microcosm !</span> 🚀</h2>
...@@ -115,12 +114,9 @@ ...@@ -115,12 +114,9 @@
</template> </template>
<script> <script>
export default { export default {
name: 'JoinMicrocosm', name: 'JoinMicrocosm',
data: function () { data: function () {
return { return {
// what you are calling yourself / device // what you are calling yourself / device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment