Tobias Munk

Results 508 comments of Tobias Munk

We're looking into that ... I agree with your point when you set the correct value. But ... what should happen, when you set the wrong value (eg. const: 5,...

@rboyce-ant Imports seem to be problematic, see https://github.com/anthropics/claude-code/issues/3377 What is the rrationale behind not allowing to make this configurable? Related: https://github.com/anthropics/claude-code/issues/1091#issuecomment-3215229395

But the first param `$user` would be obsolete then, see https://github.com/yiisoft/yii2/blob/9fc8a2d37d600fed8229c8a7833d9aaff8c0b13e/framework/filters/auth/CompositeAuth.php#L65-L95 It only used in line 88 again. This would actually be an API change. This change needs to be...

TL;DR that's what `show_opt_in` is for. In your case with a `string` (Email) illustrates the problem, if you show an empty input, do you want an empty string or nothing...

The README might be misleading here @germanbisurgi Should we remove the default value for `startval` or rather use `undefined`? When a `startval` is used, `setValue()` is called ad the editor...

I don't really get what you are trying to do here. Could you simplify the schema and provide more detailed step-by-step instructions.

Technically you are just changing the `default` value, but actually `postal_code` has already a value (the default from the first option), that's why nothing is changing. @germanbisurgi Would this work...

Sorry, many people are in holidays atm.Also, please provide an example schema.Von meinem iPhone gesendetAm 06.09.2024 um 10:13 schrieb vsudigali ***@***.***>: Can you please update me on this ? —Reply...

A more condensed example only showing the issues you have would be helpful.Von meinem iPhone gesendetAm 06.09.2024 um 12:20 schrieb vsudigali ***@***.***>: Hi , Thank you so much for your...

> * For integer values 0 is showing as default. I don't want any default value. How to achieve it ? There is no *empty* number.