問題タブ [selectinput]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - Shiny align Input コントロールの右または左
私は 3 つの入力コントロールを持っており、光沢のあるアプリケーションでページの左側に 1 つ、右側に 2 つ揃えたいと考えています。さらに、この回答selectInput
のコードを使用して解決した2つのコントロールを並べて配置する必要があります。
を使用するcolumn
と、align = "right"
必要なものを取得できます。問題は、選択矢印だけでなくテキストも右揃えになっていて、見栄えが悪いことです (下の図と強調表示された領域を参照)。
期待されるアライメントを達成する別の方法はありますか?