Is there any limitation on Form Select? #2422
Replies: 8 comments
-
Hi, I'm facing with the same issue. Even if I don't use that package, with just a range, I'm facing with it. Is there a solution? |
Beta Was this translation helpful? Give feedback.
-
Hi, the same for me. A solution would be to set |
Beta Was this translation helpful? Give feedback.
-
have you solved the problem or not? what do you mean by temporarily? |
Beta Was this translation helpful? Give feedback.
-
I fixed it on my side but it is not a good solution, as whenever the orchid package is upgraded, I will need to do the modification again. |
Beta Was this translation helpful? Give feedback.
-
ok. thank you, i thought otherwise. so, i'm using the package with Laravel. which file should i change? i've changed vendor/orchid/platform/resources/js/controllers/select_controller.js file as; `import TomSelect from 'tom-select'; export default class extends ApplicationController {
} but it didn't work. do you have an idea? |
Beta Was this translation helpful? Give feedback.
-
Did you recompiled and published the orchid assets after modifying select_controller.js ?
I am not sure it's the right way to do it, and it is a heavy workaround for a little fix by the way, but it worked for me |
Beta Was this translation helpful? Give feedback.
-
nope, that didn't work either. i have no idea how to solve this. but thank you for your efforts |
Beta Was this translation helpful? Give feedback.
-
I think that I have the solution to fix to read method max on Relation and Select field:
this function read all select and set the maximum selection can you do
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am facing a problem with
Form Select
- how can I add more than 50 items to it with packagemonarobase/country-list
?Thank you
Beta Was this translation helpful? Give feedback.
All reactions