DavidGolodetsky / GeekScore

A PWA for board games fans. It allows you to store your games, create teams, and collect statistics. It's built with MEVN stack, using Vue.js 2 and Vuetify.
https://geekscore.herokuapp.com
MIT License
8 stars 33 forks source link

Add autofocus on first input #14

Open DavidGolodetsky opened 4 years ago

DavidGolodetsky commented 4 years ago

Steps to reproduce

Open any dialog form, for example, Game creation. There is no autofocus on the first input

image

Expected Behavior

After opening a dialog form first input gets autofocus

Other Comments

It affects such components:

adambeck7 commented 4 years ago

I added autofocus to those components but don't have permissions to commit my changes. Could you assign the issue to me?

DavidGolodetsky commented 4 years ago

Done. And thanx for your help!

adambeck7 commented 4 years ago

Not sure if I need more permissions to commit or something I'm getting fatal: unable to access 'https://github.com/DavidGolodetsky/GeekScore-2.git/': The requested URL returned error: 403 when I try to push.

DavidGolodetsky commented 4 years ago

It's not permissions problem. In fact you can create a PR without being assigned to an issue

DavidGolodetsky commented 4 years ago

You need to fork repository first. More info: https://github.com/acmbvp/Hacktoberfest

DavidGolodetsky commented 4 years ago

Also, I've updated Readme contributions guid.