spellcheck and autofocus disabled NO_CI

This commit is contained in:
Dennis Eichhorn 2020-06-05 11:38:02 +02:00 committed by GitHub
parent bf34df5d63
commit ca1971a297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
<option value="<?= $this->printHtml(\phpOMS\Account\GroupStatus::INACTIVE); ?>"><?= $this->getHtml('Inactive'); ?>
</select>
<tr><td><label for="iGname"><?= $this->getHtml('Name'); ?></label>
<tr><td><input id="iGname" name="name" type="text" placeholder="&#xf0c0; Guest" required>
<tr><td><input id="iGname" name="name" type="text" spellcheck="false" autocomplete="false" placeholder="&#xf0c0; Guest" required>
<tr><td><?= $this->getData('editor')->render('group-editor'); ?>
<tr><td><?= $this->getData('editor')->getData('text')->render('group-editor', 'description', 'fGroupCreate'); ?>
</table>
@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
</form>
</div>
</div>
</div>
</div>