Video wird geladen...
Video konnte nicht geladen werden
Future CSS Tip! ๐ You can create auto-resizing text inputs with one line of CSS ๐ฅ textarea, input { field-sizing: content; } No more JavaScript to sync a textarea height to fit the content ๐ซถ Perfect for chat, messaging, comments, etc. ๐ฌ The size of your input will grow... show more
319,234 Aufrufe โข vor 2 Jahren โขvia X (Twitter)
20 Kommentare

Here's that @CodePen link! ๐ Only available in Chrome Canary at the moment ๐ฅฒ Fallback would be that your inputs don't resize unless you tap into it with some JavaScript โจ

Everyone is getting ahead with AI. You should be too. Summarize documents, craft emails, and generate custom content instantly with this powerful tool. It's like having ChatGPT tailored for your job. Try it for free.

Nice. I also saw @wesbos tweeting about this. This is quite a big deal!

@wesbos Yeah, such a great addition! ๐ซถ It went through a little renaming recently, was going to be slightly different a couple of months ago. Like the new name ๐ฏ

No freaking way, I've been struggling so much with that ๐ You saved us sir
Really nice once it actually is available in many browsers.

Yeah, fortunately, we have "supports" so we can get things in place as a nice Easter egg for those using supported browsers. Kinda nice too as it makes you think a bit more about design as you implement things I've found โจ

What would be the fallback for non-supported browsers?

ho do you add this smooth cursor effect on your vids? I'm so obsessed with it

what software do you use to edit your tutorials like this ?

@discord time to use the css instead of js lol

I usually used javascript scrollheight method to achieve it.

Amazing ๐๐

๐คฏโค๏ธ

Saw this on LinkedIn today. Good that this tip is spreading and making the rounds. Makes it much easier ๐ฏ๐๐พ

Cool tip

Does this support every browser?

How did you do the glow effect on the border? It was so clean ๐ฅถ

What do you use to record these screens? Super slick with the zooming in and out effects. As always thatโs for sharing and ask the help! ๐๐ป๐๐ป๐๐ผ

Awesome, thatโs great!
