Bootstrap 5 tags

A Web Developer based in Belgium, specialized in PHP & JS development
Search for a command to run...

A Web Developer based in Belgium, specialized in PHP & JS development
No comments yet. Be the first to comment.
I recently needed to collect all changes in one file for reporting purposes. Found this article: https://ratfactor.com/cards/git-diff-with-new-files In case you need something similar on Windows, here

Some projects start with a grand plan. Others start because you just need to read a file without thinking too much about it. That was the case for spread-compat. I needed a common interface for CSV, X

With modern css, you can almost get rid of sass. But there is one last pain point : media queries. Not being able to use variables or an easy, common syntax for typical breakpoints is really annoying. That is, until you meet Media Queries Level 5. I’...

This is a quick article to share this demo I just made. https://codepen.io/lekoalabe/pen/JoPNWpX

Modals are typical UI elements for many web apps. There are countless packages dedicated to that specific features, each framework creating its own variation. Popular frameworks like Bootstrap also have custom code to deal with it. But all this feels...

I have been experimenting recently a lot with Bootstrap 5. Getting rid of jQuery was a long overdue task, but now, I don't have the choice anymore :-)
Well... if you need a kind of tagging system, you know probably Select2 . But... it requires jQuery.
So what about the alternatives ? A popular option is Choices but did you see the size of that thing ? Annnd... its maintainer is not so active anymore.
What if we could create something ourselves ?
Actually, we have most of the things we already need in Bootstrap 5 : a dropdown menu, inputs, validation and badges... we just need to mix these together to create a nice little plugin.
Let's go straight to the demo:
This plugin has two modes:
It's still a bit "proof of concept" but it's been working pretty well so far. Keep posted by following and/or staring the repo .
I've also been working on making autogrowing textareas ... it's a simple task really, but finding a nice plugin to do so... not so easy. Here is the repo .