question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add warning state to localized inputs e.g. <LocalizedTextInput>

See original GitHub issue

Summary

All simple inputs support both error and warning states. In recent discussions with design we learned that we also need warning states on localised inputs. Just like their error messages.

Description

Given an e.g. <LocalizedTextInput> is used I want to pass warnings just like errors which are rendered under the respective localisation in orange tone.

Alterantives

Showing the warning above the input itself. This however does not work when e.g. wanting to recommend (not enforce through errors) that a single localisation is unique across a set of entities.

Visuals

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tdeekenscommented, Sep 12, 2018

Yes, I think that’s a concrete example to the general UX approach I think. If form won’t have errors so it can be saved but we’re warnings/giving a recommendation towards something.

0reactions
tdeekenscommented, Sep 13, 2018

No need yet. You can if you want to but it’s not an urgent request.

Read more comments on GitHub >

github_iconTop Results From Across the Web

<input>: The Input (Form Input) element - HTML
A field for editing an email address. Looks like a text input, but has validation parameters and relevant keyboard in supporting browsers and ......
Read more >
LocalizedStringKey | Apple Developer Documentation
Represents the contents of a string literal with interpolations while it's being built, for use in creating a localized string key.
Read more >
Localized Input - Clay
A text input variation used in fields that can be translated into multiple languages. Use it when you want to enable the users...
Read more >
Localization on mobile devices
Use these steps to add translations for your mobile device that are not already translated by your mobile device's native translation settings.
Read more >
Localized Form Validation | Phrase
When we add the need to localize our forms (and our validation errors) to the ... a template for a form field like...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found