简体   繁体   English

RTL用于angularjs引导程序的提前输入

[英]RTL for angularjs bootstrap's typeahead

As can be seen below, the completion list is on the left when I want it to be on the right. 如下所示,当我希望completion list位于右侧时,它位于左侧。 How can I do that? 我怎样才能做到这一点?

here is my work 这是我的工作 在此处输入图片说明

you have to override bootstrap's .dropdown-menu class in your style file as follow : 您必须在样式文件中覆盖bootstrap的.dropdown-menu类,如下所示:

.dropdown-menu{
    float:right !important;
    position:inherit !important;
  } 

Demo 演示版

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM