Improve form handling in and around space creation

This commit is contained in:
Michael Telatynski 2021-09-03 13:34:09 +01:00
parent 25fb243d0b
commit cc40df298b
3 changed files with 16 additions and 2 deletions

View file

@ -496,6 +496,7 @@ const SpaceSetupFirstRooms = ({ space, title, description, onFinished }) => {
onChange={ev => setRoomName(i, ev.target.value)}
autoFocus={i === 2}
disabled={busy}
autoComplete="off"
/>;
});