Yan

Results 22 comments of Yan

Thanks for the article! @AleksandrHovhannisyan However, I cannot understand the difference between absolute LH and relative LH. Furthermore, I actually prefer the absolute value, although I kept seeing people recommending...

Thanks for your reply. Yes `rem` would be a good approach. And this is when `unit-less` would beat `px`. However I think `2rem, 2.4rem` would still be the winner because...

Good job~ Thanks. : )

Any update or plan on this? Running into the same issue. I think the current behavior is quite bad in UX. Would like to see the request behavior work as...

@cigzigwon I think even for cross field validation, the current behavior is not the best way from the ux perspective. I'd expect something maybe like validate group. I am simply...

@clu7ch3r Hey thx I see your idea and will try it. But in your example you are not testing the change of the field's value, but its existence, aren't you?

@clu7ch3r Hmm but I have logged and `getFieldMeta(field-name).value` is the current value of field instead of the state of change. So I tried to store the value for comparing, yet...

Share my workarounds here in case it could be helpful to someone. I use a ref to store if a field should be considered as validated, with which I determine...

For example, let's say there are notes about github repo. Currently I will create the notes like this: ``` // github-repo.md # Github Repo - [[metrics]] - [[best-practices]] - [[commands]]...

IMO, it would be great to consider this as a plugin. So users would be able to toggle and config to build a note system better fits their needs. What...