Бушуев Роман

Results 7 comments of Бушуев Роман

Related issue. correct rendering occurs only for the last element in the list. everything on top breaks ```php protected function getFormSchema(): array { return [ Tabs::make() ->tabs([ Tabs\Tab::make('')->schema([ Forms\Components\DatePicker::make('startDate')->native(false) ->afterStateUpdated(fn...

existing code breaks Laravel's default handler attributesToArray()

had to add ```python if platform.system() == "Linux": self.btn = wx.Button(self, label='Х', size=(70, 30)) main_sizer.Add(self.btn, flag=wx.EXPAND | wx.ALL, border=14) self.Bind(wx.EVT_BUTTON, self._Dismiss, self.btn) main_sizer.Add(self.nodes_listbox, flag=wx.EXPAND | wx.ALL, border=5) self.SetSizer(main_sizer) def _Dismiss(self,...

or best ```python if platform.system() == "Linux": self.Bind(wx.EVT_KILL_FOCUS, self.ClickOut) def ClickOut(self, event): self.Dismiss() ```

had to add ```python if platform.system() == "Linux": self.btn = wx.Button(self, label='Х', size=(70, 30)) main_sizer.Add(self.btn, flag=wx.EXPAND | wx.ALL, border=14) self.Bind(wx.EVT_BUTTON, self._Dismiss, self.btn) main_sizer.Add(self.nodes_listbox, flag=wx.EXPAND | wx.ALL, border=5) self.SetSizer(main_sizer) def _Dismiss(self,...

or best ```python if platform.system() == "Linux": self.Bind(wx.EVT_KILL_FOCUS, self.ClickOut) def ClickOut(self, event): self.Dismiss() ```

> Hi @liaochangjian - this could definitely be documented a bit more. You'll need to include the published space url (of a space you have permissions in) after the local...