Adam Szwaja

Results 6 issues of Adam Szwaja

### Explanation of Change This PR changes names of filters only on UI level but allows also for old names to be used. Rename: - `cardID` to `card` - `taxRate`...

### Explanation of Change This PR implements workaround that fixes input lag on decimal-pad keyboard on android. ### Fixed Issues $https://github.com/Expensify/App/issues/51868 PROPOSAL: ### Tests - Open page with decimal-pad keyboard...

## Description Removing multiline on iOS results in cursor lag and styles being applied with short delay: there exists frame where makrdown syntax is present but bo style have been...

bug

## Description: Using MarkdownTextInput without `multiline` prop results in following behavior: - space doesn't trigger block quote - cursor overlaps `>` character https://github.com/user-attachments/assets/23b85f35-2a03-4751-828d-3ca78d3a395c ## Reproduction steps: 1. Open WebExample 2....

bug

## Description: When passing markdownStyle prop directly into `MarkdownInputComponent` without `useMemo` first e.g. `markdownStyle={{link: {color: 'limegreen'}}}` text selection stops working. https://github.com/user-attachments/assets/c06b81f7-b7a3-4a30-b1cb-5f7cd700784d ## Reproduction steps: 1. Use WebExample app 2. Change...

bug

## Description If original text value has `\n` character, removing `multiline` prop doesn't change component size, leaving blank space equal to the number of `\n` characters. Removing spaces reduce component...

bug