phoenix_html icon indicating copy to clipboard operation
phoenix_html copied to clipboard

Building blocks for working with HTML in Phoenix

Results 12 phoenix_html issues
Sort by recently updated
recently updated
newest added

As described by [this comment](https://github.com/phoenixframework/phoenix_html/blob/3f23221aa7410da703d7164eff421edd63e944f8/lib/phoenix_html.ex#L169) it is possible to write expressions like the following for class bindings as `false` and `nil` values are discarded: ```html ... ``` This is great...

When using nested ecto embeds in a live view through `form` and `inputs_for`, while simultaneously using the `:let` binding, errors for the nested embed no longer show up in the...