teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

add indicators for cron input field character limit #261

Open BVVLD opened 2 months ago

BVVLD commented 2 months ago

Description Currently Cron input field has a character limit of 60 symbols. While it is unlikely that someone exceeds this amount intentionally, it is still good to have some indicator if it happens.

Use case or motivation behind the feature request As a user, I want to see that I exceeded character limit when I enter cron expression.

Additional context Creation of tooltip or warning around the field. Additionally, seeing how many symbols are left may be beneficial.