Files
maybe/app/views/account/trades/securities.turbo_stream.erb
Josh Pigford cd91e66618 Initial pass at Synth-based ticker selection (#1392)
* Initial pass at Synth-based ticker selection

* Update _tickers.turbo_stream.erb

* Functional combobox display

* A few cleanup steps

* Linter

* Prevent long strings

* Another step towards functional combobox

* Deprecated files

* Custom Combobox implementation

* Lint

* Test suite fixes

* Lint

* Make direct use of mic codes

* Update splits

* Update trades_test.rb
2024-10-30 09:23:44 -04:00

2 lines
96 B
Plaintext

<%= async_combobox_options @securities,
render_in: { partial: "account/trades/security" } %>