Vardhan Suthar

Results 4 comments of Vardhan Suthar

@df999 is right about space but it is something else I think. I've started using this after this update so I don't know what has changed what. ![Screenshot (340)](https://user-images.githubusercontent.com/29687965/147966481-15d688a8-7353-4375-b0ed-6e7600c27cc8.png) Above...

Here solution to achive readonly. you do not need to use select veriable. ->add('amount', Field::TEXT, [ 'attr' => ['**readonly** class' => 'form-control-plaintext'], 'rules' => 'required|max:25', 'value' => $this->getModel()->amount ])

Waiting for update.

I have i my project gradle : `implementation "androidx.core:core-ktx:+"` -- Only this then by reference of this [https://stackoverflow.com/questions/53229259/no-super-method-getlifecycle-after-migrating-to-androidx](url) I solved it. My Solution : change in gradle file, ` implementation...