Link choose device label with input
This commit is contained in:
parent
78def99f68
commit
a1c7634f23
1 changed files with 4 additions and 1 deletions
|
@ -56,12 +56,15 @@ export function InstallScreenChoosingDeviceNameStep({
|
||||||
|
|
||||||
<div className="module-InstallScreenChoosingDeviceNameStep__contents">
|
<div className="module-InstallScreenChoosingDeviceNameStep__contents">
|
||||||
<div className="module-InstallScreenChoosingDeviceNameStep__header">
|
<div className="module-InstallScreenChoosingDeviceNameStep__header">
|
||||||
|
<label htmlFor="deviceName">
|
||||||
<h1>{i18n('icu:chooseDeviceName')}</h1>
|
<h1>{i18n('icu:chooseDeviceName')}</h1>
|
||||||
|
</label>
|
||||||
<h2>{i18n('icu:Install__choose-device-name__description')}</h2>
|
<h2>{i18n('icu:Install__choose-device-name__description')}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="module-InstallScreenChoosingDeviceNameStep__inputs">
|
<div className="module-InstallScreenChoosingDeviceNameStep__inputs">
|
||||||
<input
|
<input
|
||||||
className="module-InstallScreenChoosingDeviceNameStep__input"
|
className="module-InstallScreenChoosingDeviceNameStep__input"
|
||||||
|
id="deviceName"
|
||||||
maxLength={MAX_DEVICE_NAME_LENGTH}
|
maxLength={MAX_DEVICE_NAME_LENGTH}
|
||||||
onChange={event => {
|
onChange={event => {
|
||||||
setDeviceName(event.target.value);
|
setDeviceName(event.target.value);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue