Hung Doan

Results 13 comments of Hung Doan

1. Current `validation-reset` must be named `validation-clear` because we clear the form, not reset it(restore to the original value). 2. In my opinion, do not touch `value` input. Because It's...

I prefer reset because It has the same behavior as native form (https://www.w3.org/wiki/HTML/Elements/input/reset) But I agree to stick with the reset because It will break current API if we change...

It's a good one. I often use "o-" prefix(stand for `option`) to define that: "this is an data attribute, not a directive". So, with me both `original-value` and `o-value` is...

Vote up to support the "feature" type as well. The "feat" confuse me for the first time because there is no naming rule here. Why don't we use abbreviation for...

@nokrasnov It generated dsyms but It did not upload your dsyms automatically. Here is my solution: I update to lasest version (Fabric 1.6.7) and use upload-symbols tool, It works perfectly...

@nokrasnov Could you explain more about how to use /lib/ios/Fabric.framework/run. I tried to use /lib/ios/Fabric.framework/run and /lib/ios/Fabric.framework/uploadDSYM , before. but I seem not working

@nokrasnov @Justin-Credible Thank you both for interesting information. I will re-test carefully. fyi, I have just re-checked again. It looks like `Fabric.io` is not listed in `Build Phases`. Fabric Plugin:...

fyi, I re-tested again. It seem not working (Fabric build script is not listed in Build Phases) at the first try. But It has been working after 5th attempt, without...

fyi, I re-tested again. In my previous post. I just remove platform and re-add platform, then the Build Script will be correct. But now, It not working any more. (I...