json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

Numeric Validation Renders Over Number Toggle #780

Open ashram99 opened 8 years ago

ashram99 commented 8 years ago

Validations render over the number toggle for numeric values in Safari. In Chrome and FF, there's a space created for the validation and the toggle is to the right of it.

safari_number_validation

Expected behaviour

Validation not to render over the number toggle.

Actual behaviour

Validation renders over the number toggle.

Gist/Plunker/Demo

Schema Form Demo Select Basic JSON Schema Type

@json-schema-form/angular-schema-form-lead

Anthropic commented 8 years ago

@ashram99 did you have any luck determining why it was happening?

ashram99 commented 8 years ago

@Anthropic no luck yet. We've punted this, since it doesn't hamper functionality, but the UI is undesirable,