Piotr Suplat
Piotr Suplat
Had a closer look, and inside the `vendor\codeigniter4\framework\system\Database\SQLSRV\Builder.php` if I dump the `$sql` variable on line 655 I get this: `SELECT * FROM "intranet".""."gross_contribution"` Running the above command directly inside...
I have added the schema value (set to _dbo_) inside the .env file and then things work. However this is still a bug. Inside the `system/Database/SQLSRV/Connection.php` on line 64 the...
@TaylorPzreal - I get the `missing ) after formal parameters` error on the saveToServer function, which prevent the editor from loading altogether. Any ideas?
@CCodam - thanks. Since in some cases I needed the currency formatting offered by the InputNumber the `@input` option was a better choice here.
Fully agree. The new features, like updates to float labels (although not without bugs) are nice and all, but main point of any framework should be consistency as much as...
@JustineMiko apparently yes. The working example are on the official documentation. You probably need to update your packages to 4.2.1 (I think that's the lates version anyways)
@JustineMiko I've never actually used nuxt, so can't help here. But I just did a copy&pasts of the code from the docs, into login component in one of my projects,...