Skip to content

chore(text-field): Remove password attribute - #42

Merged
jadefish merged 1 commit into
betafrom
remove-text_field-password-attribute
Dec 8, 2023
Merged

chore(text-field): Remove password attribute#42
jadefish merged 1 commit into
betafrom
remove-text_field-password-attribute

Conversation

@jadefish

Copy link
Copy Markdown
Contributor

This attribute has been deprecated for some time. Usages have been emitting a warning.

BREAKING CHANGE: text_field password: true now creates a text input

This change removes the warning and the intermediate behavior of mapping text_field password: true to text_field behavior: :password. Migrate password fields using the deprecated password attribute to the following:

text_field behavior: :password

This attribute has been deprecated for some time. Usages have been
emitting a warning.

BREAKING CHANGE: `text_field password: true` now creates a `text` input

This change removes the warning and the intermediate behavior of mapping
`text_field password: true` to `text_field behavior: :password`. Migrate
password fields using the deprecated `password` attribute to the
following:

    text_field behavior: :password
@jadefish
jadefish requested a review from a team September 29, 2023 17:30
@jadefish
jadefish merged commit 666cc75 into beta Dec 8, 2023
@jadefish
jadefish deleted the remove-text_field-password-attribute branch December 8, 2023 13:37
jadefish pushed a commit that referenced this pull request Dec 8, 2023
feat: Modify toggle_disabled event to take a CSS selector instead of id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants