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.

Search error styles and text

See original GitHub issue

in the new version of the dropdown picker it seems impossible to modify the error message and the styles of the same, I am talking about the error message in the search

WhatsApp Image 2021-09-14 at 4 53 01 PM

Look at the error message that says “there is nothing to show”, I want to change the message and the color of the text

in the older version of the dropdown picker, it was possible to pass the prop for change the message and the styles

searchableError={() => <Text>Not Found</Text>}

i look at the props types of the component and i don’t see anything that can change the style that and in the documentation, there is no information about the error search

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
LuisD20commented, Sep 15, 2021

in react-native-dropdown-picker@5.1.27 all work fine 👍, and I only need one parameter in:

translation={{
  NOTHING_TO_SHOW: "No hay coincidencias"
}}
1reaction
hossein-zarecommented, Sep 15, 2021

Please install react-native-dropdown-picker@5.1.27

Read more comments on GitHub >

github_iconTop Results From Across the Web

Style Ref: Error! No text of specified style in document
I am trying to create "references" in the footer of each page. When I reference Heading 1, no problem pops right in. Then...
Read more >
How to display a text with the style of an error in JavaFX?
I'm currently developing a simple text editor using JavaFX and I want to display grammatical errors using a similar style to the one...
Read more >
Fix text that isn't displaying properly - Google Chrome Help
Step 1: Use the text tuner. On your Windows computer, click the Start menu: Start menu or Start menu . In the search...
Read more >
grammar-error - CSS: Cascading Style Sheets - MDN Web Docs
The ::grammar-error CSS pseudo-element represents a text segment which the user agent has flagged as grammatically incorrect.
Read more >
How to style output error text: “One or more fields have an error..”
However, when I changed the output class in the CSS, it applied a background to the entire form. I can't find any section...
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