Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

194
Views
Input text is hidden when typing in react-select-async-paginate library

I am using react-async-select-paginate library to achieve infinite scrolling. I am completely stuck in a issue. When I type a long text beginning of text are hiding. Say if I type ‘ type something and filter the data’.

Here 'type something and filter’ is missing. Below my code snippet. I tried to override the styles but no luck. Is there any css properties If I am missing not sure.. Below my code snippet. Could anyone provide any solution on this.


    import { Component } from ‘react'
    import { AsyncPaginate } from 'react-select-async-paginate’
    class commonComponent extends Component {
      constructor(props) {
        super(props)
        this.state = {
        }
      }
    render(){
       return (

            <div className="dropDwn">
                <AsyncPaginate
                  isLoading={this.state.showLoading ? true : false}
                  //components={this.state.showLoading ? { LoadingIndicator } : <div></div>}
                  //components={{LoadingIndicator}}
                  classNamePrefix="Select"
                  additional={defaultAdditional}
                  //loadOptions={this.loadPageOptions}
                  onChange={(e) => this.handleChange(e)}
                  placeholder="Select"
                  onFocus={this.onFocus}
                />
              </div>
        )
      }
    }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!