Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Server Input ID Incorrect #303

Open
gary-kim opened this issue Apr 28, 2021 · 0 comments
Open

Default Server Input ID Incorrect #303

gary-kim opened this issue Apr 28, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@gary-kim
Copy link
Owner

<label
ref="server_name"
for="server_name"
>{{ t('riotchat', 'Default server name:') }}</label>
<input
id="default_server_name"
v-model="server_name"
type="text"
@change="updateSetting('server_name')"
>

The label does not properly point to the input because the id of the input is incorrect. This should be a simple one line fix.

@gary-kim gary-kim added bug Something isn't working good first issue Good for newcomers labels Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant