Jace Warren
Jace Warren
I've been adding a number of functions containing `Phoenix.LiveView.JS` operations and it would be nice to have the type accessible to my application specs. In any case, thanks again for...
I've come across a few instances where it would be useful to have the ability to toggle `aria-*`, `disabled`, `checked`, `dir`, and various other types of attributes via `Phoenix.LiveView.JS` using...
First of all, thanks for making this. Great work. I'm trying to pass the following `paged` object into the search method and as a result the request times out: ```...
Makes the following updates: - consolidates `textarea`, `input`, `select`, `label`, `form_control`, and `error` into `Form` module - consolidates `avatar` and `avatar_group` into `Avatar` module - consolidates `button` and `button_group` into...
### Reproduction URL (Required) https://play.tailwindcss.com/GyGneb8qgw ### What version of daisyUI are you using? v5.0.19 ### Which browsers are you seeing the problem on? _No response_ ### Describe your issue It...
It'd be nice if the client could push additional progress-related data to the server during external uploads. Adding a `progress_data` field to the `Phoenix.LiveView.UploadEntry` struct would enable LiveView to support...