Pavel Ivanov

Results 4 issues of Pavel Ivanov

Hi, I'm trying to prevent pressing 'enter'. Here is what I'm doing: ``` javascript keyContext: { enter: function(event) { event.preventDefault(); return false; } } ``` As I understand from docs...

Hi! Is there a way to not show errors at the first render of a component? ``` javascript render() { const nameLink = Link.state(this, 'name') nameLink.check(v => v, 'Name is...

Hi there! I need ur help. I'm trying to create game statistic, and I wrote simple models (**Games**, **Teams**, **Rounds**, **Score**) and these relations: ``` javascript Game.hasAndBelongsToMany(Team, 'teams', 'id', 'id')...

bug
feature
documentation