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

ix-select should not submit form #442

Closed
danielleroux opened this issue Mar 14, 2023 · 2 comments · Fixed by #446
Closed

ix-select should not submit form #442

danielleroux opened this issue Mar 14, 2023 · 2 comments · Fixed by #446
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@danielleroux
Copy link
Collaborator

What happened?

If you use an ix-select inside a form tag and the user select an item from the list. The form is getting submitted, this should not be happen.

What type of frontend frameware are you seeing the problem on?

Angular, React, JavaScript

Which version of iX do you use?

v1.4.1

Code to produce this issue.

<form onSubmit={() => console.log('Form submitted')}>
        <IxSelect i18nPlaceholder="My placeholder text">
          <IxSelectItem value="1" label="2"></IxSelectItem>
        </IxSelect>
      </form>
@danielleroux danielleroux added type: bug Something isn't working component: core labels Mar 14, 2023
@danielleroux danielleroux added this to the 1.5.0 milestone Mar 14, 2023
@goncalosard goncalosard self-assigned this Mar 14, 2023
@goncalosard goncalosard linked a pull request Mar 14, 2023 that will close this issue
14 tasks
@nazlimine
Copy link

Hi, is there a planned date for 1.5.0 milestone?

@danielleroux
Copy link
Collaborator Author

@nazlimine will be released with 1.4.2 later this day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants