Rizki Lazuardi

Results 8 issues of Rizki Lazuardi

I think you should change the trigger event to input a tag with "enter" key instead of "space"

It would be good if it has some fallback routes functionality For example: ```imba def render ```

With this code: ``` tag App def render ``` If we open the `/page/two`, the `PageOne` element will be mounted too.. Demo: https://scrimba.com/c/c8e67sE

When I run an imba apps on a subdirectory, for example `www.example.com/my-apps/page-1`, the router will always falllback to root domain (`www.example.com/page-1`). So I have to prefix all the router with...

Is it possible to include multiple routes on a single tag? Is there any sort of approact to implement something like this: ```imba ``` My current code was: ```imba ```...

If we zoom in/out a page (using ctrl++ or ctrl--), and navigating it using mouse's scrollwheel or keyboard's arrow will result in very slow and sluggish scrolling experience

This is just a suggestion, I thought a config object for this function will benefit a lot of people

enhancement

Bug on `useUnit` option if the input value is decimals ``` Input: 3572618591.00 Options: { useUnit: true, symbol: null, k: true } Result: 3,57T ``` It should be 3.57M