You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which @taiga-ui/* package(s) are relevant/releated to the feature request?
core
Description
Right now native input tag is hidden inside Taiga UI components. This makes it hard to put some native attributes on it like id or keyboard type and listen to native events if needed. We need to refactor our components to work this way:
<tui-input><inputtuiTextfield/></tui-input>
For the time being we must support both approaches and mention new one as preferred, deprecating the old way. In 3.0 we will fully migrate to exposed inputs.
The text was updated successfully, but these errors were encountered:
Which @taiga-ui/* package(s) are relevant/releated to the feature request?
core
Description
Right now native
input
tag is hidden inside Taiga UI components. This makes it hard to put some native attributes on it like id or keyboard type and listen to native events if needed. We need to refactor our components to work this way:For the time being we must support both approaches and mention new one as preferred, deprecating the old way. In 3.0 we will fully migrate to exposed inputs.
The text was updated successfully, but these errors were encountered: