Skip to content

Mobile devices cannot add tags - enter does not submit tags but instead moves to next form field #201

@VexyCats

Description

@VexyCats
  <Form.Group controlId="formBasicEmail" className={styles.appFormgroup}>
      <Form.Label className={styles.appInfolabel}>{label}</Form.Label>
      <TagsInput
        className={styles.appTagsblock}
        onChange={onChange}
        onChangeInput={onChangeInput}
        inputValue={inputValue}
        value={value || []}
        maxTags={8}
        addKeys={[9, 13]}
        maxlength="16"
        {...props}
      />
      {touched && invalid && (
        <div
          className="signerror"
        >
          {error}
        </div>
      )}
    </Form.Group>

Works fine on computer/browser. On mobile enter will only go to the next field and not actually submit the tags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions