Skip to content

Remove text_field password attribute - #7

Closed
jadefish wants to merge 1 commit into
coprl:betafrom
jadefish:remove-text_field-password-attribute
Closed

Remove text_field password attribute#7
jadefish wants to merge 1 commit into
coprl:betafrom
jadefish:remove-text_field-password-attribute

Conversation

@jadefish

@jadefish jadefish commented Oct 6, 2021

Copy link
Copy Markdown
Contributor

chore(text-field): Remove password attribute

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

BREAKING CHANGE: text_field password: true now creates a plain text (i.e. unmasked!) 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: true attribute and syntax 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 added a commit to jadefish/coprl that referenced this pull request Nov 17, 2021
feat(page): implement theme_color attribute
@jadefish

Copy link
Copy Markdown
Contributor Author

Rebased in #42.

@jadefish jadefish closed this Sep 29, 2023
@jadefish
jadefish deleted the remove-text_field-password-attribute branch September 29, 2023 17:31
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.

1 participant