Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form validation attributes #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Amadeco
Copy link

@Amadeco Amadeco commented Feb 1, 2022

No description provided.

@srenon
Copy link
Contributor

srenon commented Feb 1, 2022

This change seem like it will cause issues in newer and older version of Magento

abstract class AbstractBlock extends \Magento\Framework\DataObject implements BlockInterface
{ 

   /**
     * Escape a string for the HTML attribute context
     *
     * @param string $string
     * @param boolean $escapeSingleQuote
     * @return string
     * @since 101.0.0
     * @deprecated 103.0.0 Use $escaper directly in templates and in blocks.
     */
    public function escapeHtmlAttr($string, $escapeSingleQuote = true)
    {

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