Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Added maximum length attribute option #623

Closed
wants to merge 1 commit into from

Conversation

Makkurokurosuke
Copy link

When sending a key term to a database by specifying a data type (i.e.
table column data type) in stored procedure, if a user enters more than
a certain number of characters, it causes an error. So, I added the
option to limit the number of characters to the search text box.

When sending a key term to a database by specifying a data type (i.e.
table column data type) in stored procedure, if a user enters more than
a certain number of characters, it causes an error. So, I added the
option to limit the number of characters to the search text box.
@hugohenrique
Copy link
Collaborator

I believe that this limitation should be locked in your application (backend)

@Makkurokurosuke
Copy link
Author

I prefer to prevent users from entering more than certain number of letters rather than showing an error message.

@hugohenrique
Copy link
Collaborator

already exists a method for this "tokenLimit"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants