Carlos Alvarez
Carlos Alvarez
> > `href=\"[^>].* I think . should not be there, we want any char that's not >, not any char` > > Do you know how to do that? I'm...
> * Log in with expensifail account > any expensifail accounts @kbecciv I can't reproduce using [email protected] or [email protected]. Can you share the credentials needed to reproduce this?
I still can't reproduce, I don't even see their email in the chat, just the name https://user-images.githubusercontent.com/165133/192878876-0a2c8911-adb4-4b32-9845-f18acf962311.MP4
Thank you, I was able to reproduce this time!
@tsa321 will it fix https://github.com/Expensify/App/issues/29822?
I think fuzzy search makes sense, so typing things with small typos still gives you the match you're looking for, like @stitesExpensify last example
Started a discussion about the solution here https://expensify.slack.com/archives/C03TQ48KC/p1669054325132319
I thought adding [multiline={true}](https://necolas.github.io/react-native-web/docs/text-input/) could do the trick, but no luck - Adding `multiline={true}` to the RNTextInput [here](https://github.com/Expensify/App/blob/00d7c619c/src/components/Composer/index.js#L390) didn't work - Adding `multiline={true}` to TextInput [here](https://github.com/Expensify/App/blob/00d7c619c/src/components/RNTextInput.js#L27) didn't work either
This is by design. The button should be disabled because the password hasn't been entered