FritzHerbers

Results 13 comments of FritzHerbers

@kernyden I probably have dragging problems due to size issues: https://github.com/angular/material2/issues/14093#issuecomment-462395200 In your previous comment you referred to StackOverflow: https://stackoverflow.com/questions/54590576/angular-cdk-drag-and-drop-resize However the source is incomplete. Can you please provide the...

The issue is about to close, can I please have your thoughts about this issue.

We use the following functions: export function assignFieldValue(field: FormlyFieldConfigCache, value: any) export function assignModelValue(model: any, paths: string[], value: any) export function getFieldValue(field: FormlyFieldConfig): any export function isNil(value: any) export function...

What you see in fiddler is the native browser validation. In your Stackblitz: Angular does disable the validation for forms (ngx-formly is build upon ReactiveFormsModule), in the DOM the form...

Parameterizable: MaxDigits(digits) https://stackblitz.com/edit/angular-xb9agn-oosefz?file=src%2Fapp%2Fapp.component.ts An even better option would be to create an extension. When field.templateOptions.maxDigits is set, a validator is added to the field. https://stackblitz.com/edit/angular-xb9agn-rxsd1v?file=src%2Fapp%2Fmaxdigits-validation.extension.ts Please check the correctness of...

@JakeEllis1993 Behaviour of the library is also important for me. I tried the fix on top of your stackblitz example but haven't noticed a difference. Do you?

Waited in vain for a response. Went the way with Owncloud and both the Owncloud App and Photosync for IOS. Both allow to select multiple files more easily that the...

@TheSegfault, I fixed it two days ago myself, same like yours. @leovo2708, its not that I don't see that a node has children, but the text of the nodes on...

3 years ago I tried to use drag-drop, but got stuck, some issues were closed due to inactivity. I might have a need in drag-drop in half a year, maybe...

>What is the expected behaviour? >The current event should be renamed (selectionChanged) = 'after' the step has changed. >Emit a new event (selectionChange) = 'before' the step has changed, with...