With DocHub, you can quickly modify state in TXT from any place. Enjoy features like drag and drop fields, editable textual content, images, and comments. You can collect electronic signatures safely, include an additional layer of protection with an Encrypted Folder, and collaborate with teammates in real-time through your DocHub account. Make adjustments to your TXT files online without downloading, scanning, printing or sending anything.
You can find your edited record in the Documents tab of your account. Manage, send, print out, or turn your document into a reusable template. With so many robust features, it’s easy to enjoy smooth document editing and management with DocHub.
hey guys so in this video what i am trying to do is uh like this is an input field so whatever i search here uh that i want to pass the same tag to the api so if i explain you to the code i have the input field here with a value from this hashtag so i am using this uh state uh user state uh hook create the state for search text and sets as text method to update the value of the search text now whenever i on the on change handler i am setting the value of search text to get a target value and then i am calling after that i am calling the api with the value of search text now inside the qualify function i am trying to log the value of such text so if i type here b so you can see i am receiving only empty string if i type a then i am getting only b if i type g then i am getting only uh so this is like whatever value i am racing and receiving inside the call api function is one character less than the uh less than the actual value of the text such text in the component so like this is one