avo icon indicating copy to clipboard operation
avo copied to clipboard

Searchable associations attach modal styling and search broken

Open adrianthedev opened this issue 2 years ago • 0 comments

Describe the bug

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to a course
  2. click "Attach link"
  3. Observe the broken styling of the input
  4. Observe that the search did not work after you click the field

Expected behavior & Actual behavior

Models and resource files

class CourseLinkResource < Avo::BaseResource
  field :course, as: :belongs_to, searchable: true
end

System configuration

Avo version: 2

Rails version:

Ruby version:

License type:

  • [x] Community
  • [x] Pro

Screenshots

CleanShot 2022-07-31 at 02 29 20@2x

Additional context

Impact

  • [ ] High impact
  • [x] Medium impact
  • [ ] Low impact

Urgency

  • [ ] High urgency
  • [ ] Medium urgency
  • [ ] low urgency

adrianthedev avatar Jul 30 '22 23:07 adrianthedev