-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input Widget form Editable #20
Comments
I am not able to understand the issue completely. The Editable widget does indeed work with other widgets beyond text inputs like INPUT_SPIN (TouchSpin) which you have used above.
|
Enhancements done to the extension so you can use all inputs (text, dropdown, checkbox etc.). In addition you can use all widgets as well (e.g. DatePicker, StarRating, RangeInput etc.). This works with both Upgrade to release v1.6.0. |
If you are using // Model
public $amount;
//...
$this->amount = is_numeric($this->amount) ? $this->amount : 0; |
Hi, |
By numeric data I mean the data saved in your database could be Secondly I think the bootstrap-touchspin plugin by DEFAULT only supports values between 0 to 100 (unless you have set otherwise). You may get errors because of these as well. If you have set |
I am working on updating this release. Please hold on. |
Hi!
I cant initializate a submit button from form when i choose 'inputType' is 'Editable::<widget_name>'.
Submit button is shown, but its hasnt event on click, change etc
My example (from base class EditableColumn):
" 'name'=>'spinWidget',
When I choosin a simple textinput, form is workin normally.
Thankes, have a good day
The text was updated successfully, but these errors were encountered: