Method: Anchor::DescribableInput#aria_description

Defined in:
app/components/anchor/describable_input.rb

#aria_descriptionObject



3
4
5
# File 'app/components/anchor/describable_input.rb', line 3

def aria_description
  { describedby: description_id }
end