Skip to content
#

component-library

Here are 1,035 public repositories matching this topic...

baseweb
cobaltwhite
cobaltwhite commented Aug 20, 2020

<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.

Feature description

Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an

Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!

  • Updated Feb 4, 2022
  • CSS
MudBlazor
BieleckiLtd
BieleckiLtd commented Feb 25, 2022

Bug type

Component

Component name

MudLink, MudButton

What happened?

Link and Href parameters both function as a mean to generate <a href="#"></a> elements.

<MudButton Link="#">Go</MudButton>
<MudLink Href="#">Go</MudLink>

Names of these parameters should be unified across components.

Expected behavior

<MudButton Link="#">G

Improve this page

Add a description, image, and links to the component-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the component-library topic, visit your repo's landing page and select "manage topics."

Learn more