ADmad
ADmad
So I guess the issue is that devs get habituated to always select "overwrite" during initial development and then eventually mistakenly overwrite even if they have made customizations to the...
We could add a `BakeCommand::templateRenderer()` which returns the renderer instance so people can use `$this->templateRenderer()->viewBuilder()` in `execute()` (or any other method) to setup the view builder.
> FoC/Search should use the general repository interface: RepositoryInterface You should open an issue (or PR) in it's own repo.
The option with empty value acts as a placeholder. If you set the option as hidden it won't be visible at all and if you set it as disabled its...
Sorry I still don't understand. How did you get the "search for role"? `` doesn't support the `placeholder` attribute (unless my knowledge is outdated). Would be better if you could...
Have you checked your solution in Firefox? :slightly_smiling_face: Unlike Chrome it doesn't show the "Placeholder" at all if you set the option as hidden.
https://www.w3docs.com/snippets/css/how-to-create-a-placeholder-for-an-html5-select-box-by-using-only-html-and-css.html So the trick to get same display in both Chrome and Firefox is to add `selected` attribute too for the empty option. @jarovarga You are welcome to open a...
Shouldn't this target 4.next?
> Example of “nice to have”: > `` You can customize the `inputContainer` and `inputContainerError` templates to achieve what you want as explained in the [manual](https://book.cakephp.org/4/en/views/helpers/form.html#customizing-the-templates-formhelper-uses).
@zunnu You understand your usecase well and using file based logs might be good enough in spite of it's short comings. But many others might end up using it where...