• Resolved ellounta

    (@ellounta)


    Hi,
    I have to put a arial-label in <input type=”text”, but not working
    I have to do:

    FIND
    <input type=”text” id=”min_price” name=”min_price” value=”10″ data-min=”10″ placeholder=”Ελάχιστη τιμή” style=”display: none;”>

    Replace With:
    <input type=”text” id=”min_price” name=”min_price” value=”10″ data-min=”10″ placeholder=”Ελάχιστη τιμή” aria-label=”Ελάχιστη-τιμή” style=”display: none;”>

    And not working. Need to buy a pro version?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Marios Alexandrou

    (@marios-alexandrou)

    You don’t need the pro version to do this one replacement.

    Chances are your match isn’t right. I would start with something simpler and expand it until you have the full match working. For example, start with <input as the find and then replace it with <input aria-label=”Ελάχιστη-τιμή”. If that works, keep adding attributes until it stops working and then you’ll know where the problem is.

    Also, you should be using the “view source” feature of your browser to get the tag as it actually appears. Don’t use “inspect” as that re-formats the HTML for viewing.

Viewing 1 replies (of 1 total)
  • The topic ‘Aria-label’ is closed to new replies.