You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those hacks are copy&pasted to every composite block with input and popup. One possible solution here could be a silly mixin, which implemented common functionality.
BemDom.declMix('control_has-popup',{// protected methods to work with block refocusing});BemDom.decl({block : 'suggest',baseMix : ['control_has-popup'],{// I know I'am ugly, but I glow in the dark});
The text was updated successfully, but these errors were encountered:
Those hacks are copy&pasted to every composite block with
input
andpopup
. One possible solution here could be a silly mixin, which implemented common functionality.The text was updated successfully, but these errors were encountered: