Christian Goldbach

Results 6 comments of Christian Goldbach

> **Dirty / temp workaround** > So, I download curl from the official website and I change the git-ftp file by adding an new variable > `CURL_PATH="the_path_to_the_downloaded_curl_exe"` > and then...

thiendo261 Quickfix, but mostly not practicable because of the performance

in Angular there is no Page-Element? What's with Angular? `IMPORTANT: ensure you include xmlns:canvas="@nativescript/canvas" on the Page element for core {N}`

Hi i found a workaround: use the PostMount and unset the initialFormData: The prefilled form works fine: ` #[PostMount] public function postMount(): void { $this->initialFormData = []; } protected function...