Pure HTML accordion… nice 👍🏻👍🏻👍🏻
💡 HTML Tip
You can create an accordion element in pure HTML 👇🏼 pic.twitter.com/DSvAnKV9Dp
— Csaba Kissi (@csaba_kissi) May 22, 2022
You might also be interested in...
How to make grouped select lists with pure HTMLMany devs don’t know you can group elements in dropdowns without custom libraries but.. you can easily do this using the optgroup tag… 💡 HTML Tip You can make grouped...
Entity Framework Core 6 will not scaffold a model for ‘pure’ many-many tables
From Entity Framework Core 6 pure many-many tables (eg. those without columns other than FKs) will not be scaffolded into C# classes when using the database first approach. This allows...
Adding data attributes to each option rendered by MVC DropDownListFor HTML Helper
Quite often you have a scenario whereby a parent dropdown causes another element to be updated based on what is selected, but not on the value selected directly but rather...
MVC HTML helpers read from modelState before looking in the model
If you have posted back a form to an MVC action method and want to update some of the bound viewModel properties in that action method before redisplaying the same...
Don’t over architect software by trying to fit as many patterns and popular approaches in as possible
I can definitely relate to the tweet below 👇🏻. When I first started architecting software I was obsessed with complexity and regularly tried to fit as many patterns, ‘best practices’...
