Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 918355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T18:21:42+00:00 2026-05-15T18:21:42+00:00

I have a input box with the attribute overflow:hidden; I have also used javascript

  • 0

I have a input box with the attribute

overflow:hidden;

I have also used javascript to stopped text being entered so that it cant overflow however I would like to be able to remove any overflow if the user manages to insert text into an already full textbox.

Is there anyway in javascript to detect when a texbox has hidden overflow? and remove it

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T18:21:43+00:00Added an answer on May 15, 2026 at 6:21 pm

    if you want to activly trim the text in the input box using javascript you can try:

    <html>
    <head>
    <script>
    function clip()
    {
        var maxLen = 3
        var box = document.getElementsByName('myInput')[0];
        if (box.value.length > maxLen - 1)
        {
            box.value = box.value.substring(0,maxLen - 1);
        }
    }
    </script>
    </head>
    <body>
    <input name="myInput" onkeypress="clip()" />
    </body>
    </html>
    

    this code is not pretty but it shows what you can do, every time the text in the text box gets to long the function trims the text(its a little stronger than what you asked but you can tone it down by changing the event to “onblur”). However, what etc suggested should usually work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 529k
  • Answers 529k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Did you try using plain arabic characters instead of using… May 16, 2026 at 11:24 pm
  • Editorial Team
    Editorial Team added an answer What do I need to add to my current code… May 16, 2026 at 11:24 pm
  • Editorial Team
    Editorial Team added an answer In case anyone else runs into this problem, the solution… May 16, 2026 at 11:24 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a bunch of input text boxes that have the attribute ORIGINAL set
On an HTML form I have INPUT text box followed by a link, then
I have an input box that that is part of a form . depending
Have a text input box. Would like the user to enter a string in
i have a text input box for entering the currency. it shud allow user
I have a form with a style input box and a <a> tag that
I have a select box that gets cloned. I want to remove the user's
So I need to have an input box in where people only is allowed
Ok this is too weird! I have an input box within a fancybox, when
Is it possible to call a method that is an attribute? I mean, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.