angularjs bootstrap 的预输入的 RTL [英] RTL for angularjs bootstrap's typeahead

查看:21
本文介绍了angularjs bootstrap 的预输入的 RTL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如下所示,当我希望它在右侧时,完成列表 在左侧.我该怎么做?

这里是

As can be seen below, the completion list is on the left when I want it to be on the right. How can I do that?

here is my work

解决方案

you have to override bootstrap's.dropdown-menu class in your style file as follow :

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

Demo

这篇关于angularjs bootstrap 的预输入的 RTL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆