React-jsonschema-form: Error LIs should be in a UL

Created on 24 Mar 2016  路  1Comment  路  Source: rjsf-team/react-jsonschema-form

Prerequisites

When a form field displays an error, it's in a li tag, which isn't in an ul tag.

Steps to Reproduce

  1. Go to http://mozilla-services.github.io/react-jsonschema-form/ on the "errors" tab
  2. check the errors (for example on the "first name" field)
  3. see that there's li that are in a div without a ul

    Expected behavior

A li item should be in a ul tag.

Actual behavior

The li tags aren't in a ul tag.

Version

0.19.2

good first issue

Most helpful comment

I approve this issue template.

>All comments

I approve this issue template.

Was this page helpful?
0 / 5 - 0 ratings