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

Add support for error messages in form fields. #6804

Open
bubunyo opened this issue May 9, 2019 · 5 comments
Open

Add support for error messages in form fields. #6804

bubunyo opened this issue May 9, 2019 · 5 comments

Comments

@bubunyo
Copy link

bubunyo commented May 9, 2019

Form fields should be able to take and render error messages effectively

@lc-soft
Copy link

lc-soft commented May 16, 2019

I think you should describe your issue in detail, including expected results and actual results, preferably with some examples.

@bubunyo
Copy link
Author

bubunyo commented May 22, 2019

Sorry for the late reply.
When I do something like this

<form class="ui form">
  <div class="error field">
    <label>Email</label>
    <input value="jon@mail"/>
    <span>Invalid Email</span>
  </div>
</form>

I want to get something of this sort, so we can add individual context messages for each input.

Screenshot-2019-05-22-at-08 15 30

@lc-soft
Copy link

lc-soft commented May 22, 2019

You want each field to have its own error message? like this?

image

@bubunyo
Copy link
Author

bubunyo commented May 22, 2019

Yes

@sachmata
Copy link

You can use https://semantic-ui.com/elements/label.html#pointing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants