Rachasak Ragkamnerd

Results 7 comments of Rachasak Ragkamnerd

Maybe I should multiply with the screen ratio instead. I'll do what I can.

As far as I can investigate, when using a mobile phone, if the tab 'map' is not active on page loading, the `translateTo` method seem to take the incorrect result....

Okay, I've found `currentMobileTab` in `ZoneMasterView` is control how to display mobile's tab. I solve the problem by passing that props to `ElectionMap` data, So, when it changes, the map...

> maybe we can use CSS to style the input box when such cases happen. Like this? ![image](https://user-images.githubusercontent.com/3356814/54989029-462ff380-4fea-11e9-8b73-3b58c3c94255.png)

I've added a prop called `noOnBlur` on the input box after the alert box is displayed. So, when `onBlur` is called, no further `setState` call and crash the app. I...

I've changed the error display scheme from `alert` to `` tag instead. In this case, when the error occurs, it'll set state `provinceError` to `true`. Then, it'll change the input...

> We would be really appreciate if you could make a PR for tackling this problem. Please see PR #226