-
Consider this common form validation pattern:
1. I have a form that gets posted to the server.
2. If form validation occurs, just return the content with error messages+user input and insert into…
-
Hi Ben
I'm creating an accommodation listing page with multiple filters for property type, facilities, etc. It's very much along the lines of your Sprig Filters video example and I've tried to recr…
-
## Direction
Currently Nautobot uses Bootstrap 3 & jQuery 3.6. We would like to overhaul the UI of Nautobot and we have a couple different approaches:
- Client-side (see #910, think NodeJS ala R…
-
Some HTML tags should maintain spaces between them (e.g., ``s)
When used with vhtml, xhtm 1.5.7 removes those spaces entirely.
Failing test:
```js
t('#13: whitespace handling should match HT…
-
htmx allow patching the web gui and also sending data back
https://htmx.org/examples/ shows the idea ....
golang support example.
https://github.com/Baralga/baralga-app/blob/main/shared/hx/h…
-
we use a lot of custom JavaScript [web_src/js](https://github.com/go-gitea/gitea/tree/master/web_src/js), witch we could migrate to TypeScript.
any thoughts on this topic?
-
https://putyourlightson.com/sprig/cookbook#load-more
Craft - 3.6.1
Sprig - 1.3.2
PHP - 7.2.34
MySQL - 5.5.5
Hello, Load More stopped working for me.
Cond I load posts in the Blog section, an…
-
I really like templ. I hope it have a great future.
I have made some notes and thoughts while using it which I want to share now - I write it compact, but let's discuss about some points if you want.…
-
In ASP.NET Core today, we have a couple of different ways to build web UI:
1. **MVC & Razor Pages**: These frameworks use server-side rendering (SSR) to dynamically generate HTML from the server i…
-
I found the term "included extensions" confusing cause my first impression was that I just had to add `htmx.js` to a page and set `hx-ext`. Perhaps it should be more explicitly stated that extensions …