Problem/Motivation
alert prop doesn't exist
<div{{ attributes.addClass('alert').setAttribute('role', alert) }}>
Proposed resolution
<div{{ attributes.addClass('alert').setAttribute('role', 'alert') }}>
Issue fork ui_suite_bootstrap-3383283
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
grimreaperGood catch! Thanks!
Comment #5
keshavv commented@Grimreaper Added Quotes and created MR.
Please check.
Comment #7
grimreaper@keshav: @pdureau just created the issue less than one hour ago and assigned himself the issue for the fix. He is working on it. Please do not jump in issues where people are currently working.
Comment #10
grimreaper