Kinto / Kinto/kinto-admin

Apparence of invalid fields ?

Open
#502 1 comment 0 reactions 0 assignees View on GitHub
easy-pick stale ux
Dominant language
TypeScript
Stars
189
Forks
37
Avg merge
17h 18m
Merged PRs (30d)
17

Description

In #496 I wanted to add this CSS rule:

```css
input:invalid, input:focus:invalid {
box-shadow: 0 0 5px 1px red;
}
```

And it made me realized that we had many places where forms are loaded with invalid values (usually empty strings :))

![screenshot from 2018-03-28 09-51-07](https://user-images.githubusercontent.com/546692/38048925-acd8a902-327b-11e8-8038-971a50155865.png)

What should we do? Should we highlight them in red? Should we show them as red only when focused?

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no file, test, or entry point. Start with the forms that load empty-string values and the CSS rule proposed in #496; done requires a decided treatment for invalid fields and verification across the affected forms.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
design, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.