Andrew Isherwood

Results 21 comments of Andrew Isherwood

Worth noting that this problem seems limited to text inputs, number inputs are set to null when empty

Apologies for the delay in replying. The fix that @zhendong590 suggests obviously works, I guess it's now more a question of whether reverting to an empty string rather than `null`...

I'm also seeing this, although I'm using Node 12.16.1 (LTS) which doesn't require the .mjs extension. I have `{ type: "module" }` in my `package.json`, I believe my `ecosystem.config.js` is...

> @AndrewIsh I'm facing the same issue, have you got this issue fixed? I ended up side stepping the whole thing by switching from `import` to `require`

@Anthropic I'm not sure how this would be implemented. If I'm sending a `schemaFormValidate` broadcast, that's a fire and forget. I'm not sure I understand how `scope.$apply()` could be used...

I believe the tests are failing because the files that are being tested have been renamed. I'm not sure there is anything I can do to remedy this.

:+1: I've just lost the best part of a day to this one :-( As I understand it, `$$hashKey` is populated by Angular automatically when a user is not using...

@lironbar There is a suggestion [here](https://github.com/angular-ui-tree/angular-ui-tree/issues/302#issuecomment-372604928) for creating a custom tracker function that adds the $$hasKey

@gipsyprsd I'm not seeing anything special there, can you elaborate on what you've done and what performance issue it solved please?