Giter Site home page Giter Site logo

Comments (4)

drewdh avatar drewdh commented on June 12, 2024

This prop is only for screen readers.

Specifies the text that screen reader announces when the button is in a loading state.


Edit: Though I doubt changing the button text is recommended by the CS team, you can always change the content of the button yourself when the loading prop is true.

<Button loading={isLoading}>
  {isLoading ? 'Loading' : 'Submit'}
</Button>

from components.

Tro95 avatar Tro95 commented on June 12, 2024

Thank you, I guess that makes sense.

Is there a reason why the behaviour is limited only to screen readers, as opposed to changing the button text similar to how loadingText works on other components (such as Table or BarChart)? It seems counter-intuitive for the same-named property to work in different ways for different components.

from components.

pan-kot avatar pan-kot commented on June 12, 2024

Hello,

Thanks for your question. The loading text is not displayed for buttons because it is assumed that when used on an action button with a label the spinner provides enough information on its own (for sighted customers). For example, if a button "Submit" transitions to a loading state you can change its label to "Submitting" but it is not necessary because the spinner would convey the transition as well. If, however, the loading text does convey additional information you can also update the label or render it alongside the button.

from components.

gethinwebster avatar gethinwebster commented on June 12, 2024

Closing issue, please let us know if there are any further questions.

from components.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.