HTML <select> with dynamic size
02 Apr 2020
Did you ever face the problem to set the width of a <select> Element based on the selected option? Maybe this post will help you out.
You probably already noticed that this page looks very bare. I'm working on a new design and will gradually make adjustments to make this site a little more appealing and accessible. If you notice something that is totally broken, feel free to contact me.
Skip to content02 Apr 2020
Did you ever face the problem to set the width of a <select> Element based on the selected option? Maybe this post will help you out.
21 Mar 2020
Truncating Strings with Ellipsis is a common way to handle longer content. This is an example of how you can deal with multiline truncating.