hammadsaedi / regex-pro

Regex Pro is a regular expression tester. It allows you to test your regular expressions against a string of your choice.
https://hammadsaedi.github.io/regex-pro/
MIT License
6 stars 17 forks source link

feat: Made text area dynamic #21

Closed Virtual4087 closed 11 months ago

Virtual4087 commented 11 months ago

Fixes #15

I've created a function that takes a text area as parameter and sets it's height according to the content inside it. This function is called every time a user inputs something in a text area.

hammadsaedi commented 11 months ago

I have checked these changes but the height is fixed. it's not changing.

SS

image

Virtual4087 commented 11 months ago

It was working on mine though but let me recheck it and I'll get back to you

hammadsaedi commented 11 months ago

sure :)

Virtual4087 commented 11 months ago

Ohh my bad I only applied it to the Validation page, I'll change it.

Virtual4087 commented 11 months ago

@hammadsaedi It should work fine now :)

2023-10-29-19-27-48

hammadsaedi commented 11 months ago

Thanks for your contribution 🥇