Sibelius Seraphini

Results 459 comments of Sibelius Seraphini

I think this issue should be kept open typescript is the minimal to provide a good dx

@MrHubble this is not addressed yet https://github.com/aws/aws-sdk-js/issues/1595 But https://github.com/awslabs/aws-sdk-react-native looks promising

it is looking great, tks the only problem is the `delete` keycode that is jumping the cursor to the beginning of the input is there a way to fix it?

![image](https://user-images.githubusercontent.com/2005841/104950542-9f2b0180-599f-11eb-9965-ac739c973634.png) `R$ 1,23|` press `delete` ![image](https://user-images.githubusercontent.com/2005841/104950628-c255b100-599f-11eb-8ae3-b82d3090762c.png) `|R$ 0,12`

what is the best way to add a failing test case for this behavior?

what about an `advanced` prop where the user could return the `cursor` position?

this line is breaking the backspace behavior https://github.com/realadvisor/rifm/blob/master/src/Rifm.js#L211 > // Visually improves working with masked values, // like cursor jumping over refused symbols // as an example date mask: was...

working version without that line ```jsx const numberFormat = (str: string) => { if (str === '') str = '0'; const value = (parseInt(str.replace(/[^\d]+/gi, ''), 10) / 100).toFixed(2); const getCurrencyFormat...

what is missing for react native?